Created
October 31, 2020 18:52
-
-
Save techforum-repo/5b8eea0112d930a30b991a35c42bd7ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
authorityKeyIdentifier=keyid,issuer | |
basicConstraints=CA:FALSE | |
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment | |
subjectAltName = @alt_names | |
[alt_names] | |
DNS.1 = myexample.com | |
DNS.2=sub.myexample.com | |
DNS.3=myexample1.com | |
DNS.4=localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment