mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 14:16:00 +00:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
[req]
|
|
distinguished_name = req_distinguished_name
|
|
prompt = no
|
|
|
|
[req_distinguished_name]
|
|
CN = localhost
|
|
|
|
[v3]
|
|
basicConstraints = CA:FALSE
|
|
keyUsage = digitalSignature, nonRepudiation, keyAgreement
|
|
extendedKeyUsage = serverAuth
|