File size: 201 Bytes
b3d711f | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [req]
distinguished_name = req_distinguished_name
x509_extensions = usr_cert
[req_distinguished_name]
CN = localhost
[usr_cert]
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
|