This is the initial re-write for the 3.x release series. Signed-off-by: Josh Cepek <josh.cepek@usa.net>
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
# X509 extensions for a server
|
|
|
|
basicConstraints = CA:FALSE
|
|
subjectKeyIdentifier = hash
|
|
authorityKeyIdentifier = keyid,issuer:always
|
|
extendedKeyUsage = serverAuth
|
|
keyUsage = digitalSignature,keyEncipherment
|
|
|