Skip to content

Generate an optimal intermediate SSL certificate chain

License

Notifications You must be signed in to change notification settings

kPshi/mkcertchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkcertchain is a utility for building a chain of intermediate certificates
for an SSL certificate.  It downloads the chain certificate from the URL
specified in the certificate's "CA Issuers" field, recurring until
encountering a root certificate that's trusted in all major browsers.
If multiple certificate chains are found, the shortest one is used.

Usage: mkcertchain [--ca-file=PATH] < CERTIFICATE

mkcertchain reads the certificate from standard in and outputs the
chain to standard out.

Use --ca-file to specify the path to the file containing root certificate
authorities trusted by browsers.  If unspecified, this option defaults
to ../share/mkcertchain/browser_roots.pem, relative to the directory
containing the mkcertchain program.

mkcertchain was developed by SSLMate <https://sslmate.com> and powers
the chain cert generator on <https://whatsmychaincert.com>.  SSLMate is
an SSL certificate management service that lets you buy SSL certificates
from the command line.

About

Generate an optimal intermediate SSL certificate chain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 76.8%
  • Makefile 23.2%