slw07g / self-signed-ssl

Generate self-signed TLS certificate using OpenSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self Signed TLS

Generate self-signed TLS certificate using OpenSSL

Usage

self-signed-tls [OPTIONS] -c=US --state=California

Options

  • -c|--country
    • Country Name (2 letter code)
  • -s|--state
    • State or Province Name (full name)
  • -l|--locality
    • Locality Name (eg, city)
  • -o|--organization
    • Organization Name (eg, company)
  • -u|--unit
    • Organizational Unit Name (eg, section)
  • -n|--common-name
    • Common Name (e.g. server FQDN or YOUR name)
  • -e|--email
    • Email Address
  • -p|--path
    • Path to output generated keys
  • -h|--help
    • Display help and exit
  • -v|--verbose
    • Verbose output

About

Generate self-signed TLS certificate using OpenSSL


Languages

Language:Shell 100.0%