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
24 lines
416 B
Plaintext
24 lines
416 B
Plaintext
# Template file to generate server-cert.pem for certtool (GnuTLS)
|
|
# see 'man certtool' for more options
|
|
|
|
organization = "GNU"
|
|
unit = "Wget"
|
|
# locality =
|
|
state = "Sunshine"
|
|
country = Freeland
|
|
cn = "Wget"
|
|
#uid = "wget"
|
|
#dc = "name"
|
|
#dc = "domain"
|
|
expiration_days = -1
|
|
dns_name="127.0.0.1"
|
|
dns_name="::1"
|
|
dns_name="localhost"
|
|
dns_name = "WgetTestingServer"
|
|
#ca
|
|
|
|
# key options
|
|
signing_key
|
|
encryption_key
|
|
tls_www_server
|