[go: up one dir, main page]

Skip to content

antistereov/openssl.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

openssl.sh

This script generates self-signed certificates for a given domain into a given direcory. It is based on the following tutorial: How to Create Self-Signed Certificates using OpenSSL

Usage

./openssl.sh -d <domain-name> -p <directory>

This will create a certificate authority (CA) in <directory>/CA, a certificate signing request CSR and the following certificates and keys into <directory>/<domain-name>:

  • privkey.pem: the private key
  • cert.pem: the intermediate certificate
  • fullchain.pem: the full chain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages