13 lines
302 B
INI
13 lines
302 B
INI
# See https://www.openssl.org/docs/man1.0.2/apps/req.html for details on file format
|
|
|
|
[ req ]
|
|
prompt = no
|
|
distinguished_name = testdn
|
|
|
|
[ testdn ]
|
|
commonName = testcertonly
|
|
|
|
# see https://www.openssl.org/docs/man1.0.2/apps/x509v3_config.html
|
|
[ req_extensions ]
|
|
extendedKeyUsage = serverAuth
|