forked from supernets/inspircd
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# X509 extensions for a client
|
|
|
|
basicConstraints = CA:FALSE
|
|
subjectKeyIdentifier = hash
|
|
authorityKeyIdentifier = keyid,issuer:always
|
|
extendedKeyUsage = clientAuth
|
|
keyUsage = digitalSignature
|