mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
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
12 lines
194 B
INI
12 lines
194 B
INI
[ ca ]
|
|
default_ca = test
|
|
|
|
[ test ]
|
|
database = test-ca.db
|
|
certificate = test-ca.crt
|
|
private_key = test-ca.key
|
|
crlnumber = test-ca.cnt
|
|
default_md = sha256
|
|
default_days = 365
|
|
default_crl_days = 30
|