mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
17 lines
357 B
INI
17 lines
357 B
INI
[req]
|
|
prompt = no
|
|
distinguished_name = req_distinguished_name
|
|
x509_extensions = req_ext
|
|
|
|
[req_distinguished_name]
|
|
organizationName = :ORG:
|
|
organizationalUnitName = :OU:
|
|
localityName = :LOC:
|
|
stateOrProvinceName = :ST:
|
|
countryName = :C:
|
|
commonName = :COM:
|
|
|
|
[req_ext]
|
|
subjectAltName = @alt_names
|
|
|
|
[alt_names] |