3 CERTUSAGE = digitalSignature,keyCertSign,cRLSign
4 EXTCERTUSAGE = serverAuth,clientAuth
6 CERTFQDN = nohost.nodomain
8 # This section should be referenced when building an x509v3 CA
10 # The default path length and the key usage can be overridden
11 # modified by setting the CERTPATHLEN and CERTUSAGE environment
14 basicConstraints=critical,CA:true,pathlen:$ENV::CERTPATHLEN
15 keyUsage=$ENV::CERTUSAGE
17 # This section should be referenced to add an IP Address
18 # as an alternate subject name, needed by isakmpd
19 # The address must be provided in the CERTIP environment variable
21 subjectAltName=IP:$ENV::CERTIP
22 extendedKeyUsage=$ENV::EXTCERTUSAGE
24 # This section should be referenced to add a FQDN hostname
25 # as an alternate subject name, needed by isakmpd
26 # The address must be provided in the CERTFQDN environment variable
28 subjectAltName=DNS:$ENV::CERTFQDN
29 extendedKeyUsage=$ENV::EXTCERTUSAGE