diff options
Diffstat (limited to 'thirdparty/cpr/test/data/server.cnf')
| -rw-r--r-- | thirdparty/cpr/test/data/server.cnf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/thirdparty/cpr/test/data/server.cnf b/thirdparty/cpr/test/data/server.cnf deleted file mode 100644 index a67fe34ab..000000000 --- a/thirdparty/cpr/test/data/server.cnf +++ /dev/null @@ -1,12 +0,0 @@ -# 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 - |