mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +08:00
ed23e682da
* tests/SSLTest.pm: Rename server cert and key file * tests/Test-https*.px: Fix and remove OpenSSL hard-coding * tests/certs/create-certs.sh: Script to generate test files * tests/certs/*-template.txt: GnuTLS template files for certs and crl * tests/certs/*.pem: Keys, certs, crls * tests/certs/README: Removed commands, link to create-certs.sh
21 lines
415 B
Plaintext
21 lines
415 B
Plaintext
# Template file to generate expired.pem for certtool (GnuTLS)
|
|
# see 'man certtool' for more options
|
|
|
|
organization = "GNU"
|
|
unit = "Wget"
|
|
# locality =
|
|
state = "Sunshine"
|
|
country = Freeland
|
|
cn = "WgetTestingServer"
|
|
dns_name = "WgetTestingServer"
|
|
#uid = "wget"
|
|
#dc = "name"
|
|
#dc = "domain"
|
|
activation_date = "2035-02-28 16:21:42"
|
|
expiration_date = "2005-02-28 16:24:41"
|
|
#ca
|
|
|
|
# key options
|
|
encryption_key
|
|
tls_www_server
|