Skip to content

Instantly share code, notes, and snippets.

@matthewtckr
Created July 6, 2017 14:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewtckr/12c911eb8f88d3605a2946b4c2b18561 to your computer and use it in GitHub Desktop.
Save matthewtckr/12c911eb8f88d3605a2946b4c2b18561 to your computer and use it in GitHub Desktop.
Fortigate SSL Configuration
[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
req_extensions = req_ext
[ req_distinguished_name ]
countryName = US
stateOrProvinceName = Florida
localityName = Orlando
organizationName = Acme Corporation
commonName = 172.20.48.1
[ req_ext ]
subjectAltName = @alt_names
[alt_names]
IP.1 = 172.20.48.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment