https://github.com/altinn/cert-generator
https://github.com/altinn/cert-generator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/altinn/cert-generator
- Owner: Altinn
- License: mit
- Created: 2019-12-06T14:54:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T11:35:14.000Z (about 1 year ago)
- Last Synced: 2025-05-27T12:40:01.358Z (about 1 year ago)
- Language: C#
- Size: 39.1 KB
- Stars: 0
- Watchers: 14
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cert Generator
> [!WARNING]
> ## Archived
> This utility is no longer in use and hence it is archived.
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.