remove obsolete Netscape Revocation url attributes
[stack/cam.git] / cam / templates / ext_config
1 basicConstraints        = CA:false
2 nsCertType              = client, server
3 keyUsage                = nonRepudiation, digitalSignature, keyEncipherment
4 extendedKeyUsage        = clientAuth, serverAuth
5 nsComment               = "%(cn)s"
6 subjectKeyIdentifier    = hash
7 authorityKeyIdentifier  = keyid, issuer:always
8 subjectAltName          = @subject_alt_name
9 issuerAltName           = issuer:copy
10 crlDistributionPoints   = @cdp_section
11
12 [ subject_alt_name ]
13 %(alt_names)s
14
15 [ cdp_section ]
16 URI.1 = %(crl_url)s