An open API service indexing awesome lists of open source software.

https://github.com/altinn/cert-generator


https://github.com/altinn/cert-generator

Last synced: 4 months ago
JSON representation

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.