Skip to content

Powershell scripts for Localhost SSL and IdentityServer token handling

License

Notifications You must be signed in to change notification settings

takato1314/tools_certificates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Powershell scripts for Localhost SSL and IdentityServer token handling

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 98.0%
  • Shell 1.2%
  • Batchfile 0.8%