8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
|
# X509 extensions for a client/server
|
||
|
|
||
|
basicConstraints = CA:FALSE
|
||
|
subjectKeyIdentifier = hash
|
||
|
authorityKeyIdentifier = keyid,issuer:always
|
||
|
extendedKeyUsage = serverAuth,clientAuth
|
||
|
keyUsage = digitalSignature,keyEncipherment
|