Created
July 6, 2017 14:34
-
-
Save matthewtckr/12c911eb8f88d3605a2946b4c2b18561 to your computer and use it in GitHub Desktop.
Fortigate SSL Configuration
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
[ 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