diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/cpp-httplib/test/test.conf | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/cpp-httplib/test/test.conf')
| -rw-r--r-- | libs/cpp-httplib/test/test.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libs/cpp-httplib/test/test.conf b/libs/cpp-httplib/test/test.conf deleted file mode 100644 index 1cf7d63..0000000 --- a/libs/cpp-httplib/test/test.conf +++ /dev/null @@ -1,21 +0,0 @@ -[req] -default_bits = 2048 -distinguished_name = req_distinguished_name -attributes = req_attributes -prompt = no -output_password = mypass - -[req_distinguished_name] -C = US -ST = Test State or Province -L = Test Locality -O = Organization Name -OU = Organizational Unit Name -CN = Common Name -emailAddress = test@email.address - -[req_attributes] -challengePassword = 1234 - -[SAN] -subjectAltName=IP:127.0.0.1 |
