blob: d387d39deae46b07bad005e64cc979cee6e5a620 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Based on https://www.feistyduck.com/library/openssl-cookbook/online/openssl-command-line/private-ca-create-subordinate.html
[req]
prompt = no
distinguished_name = dn
[dn]
CN = test-client
|