A simple utility for creating "valid" TLS certificates for use in internal communication scenarios.
- 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
The utility is not a substitute for a PKI management system. There are NO SUPPORT for revoking certificates or certificate transparency.
The utility is written using .NET Core.