Skip to content

Instantly share code, notes, and snippets.

@luissquall
Last active June 28, 2016 18:06
Show Gist options
  • Save luissquall/8da229bd7354632bd05c618cb348e616 to your computer and use it in GitHub Desktop.
Save luissquall/8da229bd7354632bd05c618cb348e616 to your computer and use it in GitHub Desktop.
# http://spin.atomicobject.com/2014/05/12/openssl-commands/
[ req ]
prompt = no
default_bits = 2048
encrypt_key = no
distinguished_name = req_distinguished_name
string_mask = utf8only
#req_extensions = v3_req
[ req_distinguished_name ]
C=MX
ST=Yucatan
L=Merida
O=Monkey Digits SCP
CN={{ cert_cn }}
emailAddress=domains@affenbits.com
#[ v3_req ]
#basicConstraints = CA:FALSE
#keyUsage = nonRepudiation, digitalSignature, keyEncipherment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment