Skip to content

Altinn/cert-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cert Generator

A simple utility for creating "valid" TLS certificates for use in internal communication scenarios.

Features:

  • Generate root certificate authority certificates
  • Generate intermediate certificate authorities which are signed with the root CA certificate
  • Generate server/client certificates which are signed with the chosen CA certificate

Limitations

The utility is not a substitute for a PKI management system. There are NO SUPPORT for revoking certificates or certificate transparency.

Implementation

The utility is written using .NET Core.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published