Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.62 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.62 KB

Certificate Tools

This repository contains solutions that can be used to generate self-signed localhost certificates using various tools.

Solution Description
Minica Minica is a simple CA intended for use in situations where the CA operator also operates each host where a certificate will be used. It automatically generates both a key and a certificate when asked to produce a certificate.
Openssl OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.
Powershell Powershell uses New-SelfSignedCertificate to generate self-signed certificates for localhost

Table of Contents

Identity Server 4

Repository for code modified in my blog articles:

References

  1. https://www.openssl.org/docs/man1.1.0/man1/req.html
  2. https://pki-tutorial.readthedocs.io/en/latest/
  3. https://gist.github.com/Soarez/9688998