mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:45:45 -04:00
Initial community commit
This commit is contained in:
12
Src/external_dependencies/cpr/test/data/server.cnf
Normal file
12
Src/external_dependencies/cpr/test/data/server.cnf
Normal file
@ -0,0 +1,12 @@
|
||||
# Based on https://www.feistyduck.com/library/openssl-cookbook/online/openssl-command-line/private-ca-create-subordinate.html
|
||||
[req]
|
||||
prompt = no
|
||||
distinguished_name = dn
|
||||
req_extensions = ext
|
||||
|
||||
[dn]
|
||||
CN = test-server
|
||||
|
||||
[ext]
|
||||
subjectAltName = DNS:localhost,IP:127.0.0.1,IP:::1
|
||||
|
Reference in New Issue
Block a user