mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:35:33 +03:00
tests/certs: cleanup
Keep only the generated files needed for tests. Place generated intermediaries in `tests/certs/gen` where they are ignored by git. No longer generated `*.dhp` files. Have a shorter naming scheme: `test-ca` instead of `EdelCurlRoot-ca` and `test-localhost` instead of `Server-localhost-sv`, etc. Remove the `stunnel` certificate as it was nearly a duplicate of `test-localhost`. No longer copy a generated certificates to `tests/stunnel.pem`. Let test server default to `certs/test-localhost.pem` instead. Closes #16593
This commit is contained in:
parent
f5cb83e493
commit
556f722fe3
139 changed files with 2109 additions and 2629 deletions
|
|
@ -16,13 +16,13 @@ SSL
|
|||
local-http
|
||||
</features>
|
||||
<server>
|
||||
https Server-localhost-sv.pem
|
||||
https test-localhost.pem
|
||||
</server>
|
||||
<name>
|
||||
CRL test
|
||||
</name>
|
||||
<command>
|
||||
-4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --crlfile %SRCDIR/certs/Server-localhost-sv.crl https://localhost:%HTTPSPORT/%TESTNUMBER
|
||||
-4 --cacert %SRCDIR/certs/test-ca.crt --crlfile %SRCDIR/certs/test-localhost.crl https://localhost:%HTTPSPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue