mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
645bdd837a
... and make it possible to do so without any user interaction
12 lines
240 B
INI
12 lines
240 B
INI
[ ca ]
|
|
default_ca = EdelCurlRoot
|
|
|
|
[ EdelCurlRoot ]
|
|
database = EdelCurlRoot-ca.db
|
|
certificate = EdelCurlRoot-ca.crt
|
|
private_key = EdelCurlRoot-ca.key
|
|
crlnumber = EdelCurlRoot-ca.cnt
|
|
default_md = sha1
|
|
default_days = 365
|
|
default_crl_days = 30
|