mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-20 02:45:53 +01:00
9 lines
192 B
INI
9 lines
192 B
INI
# 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
|
|
|