featurebase/server/testdata/certs
Seebs 5e36638e10 Supply "subject alternative name" for TLS certificates
Go killed off using the common name for hostnames starting with 1.15,
but this can be addressed by recreating the certs using a Subject
Alternative Name for the domain for "localhost". This allows tests
to pass without hanging, at least for me.
2020-10-20 14:14:26 -05:00
..
localhost.crt Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
localhost.csr Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
localhost.key Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
pilosa-ca.crl Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
pilosa-ca.crt Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
pilosa-ca.key Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
README.md Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00

these test certs were generated with the following commands

certstrap --depot-path certs init --common-name pilosa-ca --expires "100 years" certstrap --depot-path certs request-cert --common-name localhost --domain localhost certstrap --depot-path certs sign "localhost" --CA pilosa-ca --expires "100 years"

certstrap version

dev-25ea708a

(built with go 1.13)