wget/tests/certs/server-template.txt
Tim Rühsen ed23e682da Fix HTTPS Perl tests
* 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
2018-11-09 15:47:53 +01:00

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