mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
authorityKeyIdentifier=keyid,issuer
|
|
basicConstraints=CA:FALSE
|
|
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
|
|
subjectAltName = @alt_names
|
|
|
|
[ alt_names ]
|
|
DNS.1 = myserver.local
|
|
DNS.2 = www.myserver.local
|
|
IP.1 = 127.0.0.1
|