mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
x509_extensions = v3_ca
|
|
prompt = no
|
|
|
|
[ req_distinguished_name ]
|
|
C = ZA
|
|
ST = WC
|
|
L = Cape Town
|
|
O = Coder
|
|
OU = Team Coconut
|
|
CN = Coder CA
|
|
|
|
[ v3_ca ]
|
|
basicConstraints = critical,CA:TRUE
|
|
keyUsage = critical,keyCertSign,cRLSign
|
|
subjectKeyIdentifier = hash
|
|
authorityKeyIdentifier = keyid:always,issuer:always
|