25 lines
581 B
INI
25 lines
581 B
INI
|
[ req ]
|
||
|
distinguished_name = req_distinguished_name
|
||
|
prompt = no
|
||
|
x509_extensions = v3_ca
|
||
|
|
||
|
[ req_distinguished_name ]
|
||
|
C = AU
|
||
|
ST = Queensland
|
||
|
L = Brisbane
|
||
|
O = wolfSSL Inc
|
||
|
OU = Engineering
|
||
|
CN = www.wolfssl.com
|
||
|
emailAddress = support@wolfssl.com
|
||
|
postalCode = 56-131
|
||
|
street = Main St
|
||
|
|
||
|
[ v3_ca ]
|
||
|
nsCertType = server
|
||
|
crlDistributionPoints = URI:http://www.wolfssl.com/crl.pem
|
||
|
extendedKeyUsage = serverAuth
|
||
|
subjectKeyIdentifier = hash
|
||
|
authorityKeyIdentifier = keyid:always,issuer:always
|
||
|
|
||
|
|