featurebase/server/testdata/certs
2020-10-20 12:23:35 -05:00
..
localhost.crt regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
localhost.csr regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
localhost.key regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
pilosa-ca.crl regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
pilosa-ca.crt regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
pilosa-ca.key regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
README.md go1.15.3 support with GODEBUG=x509ignoreCN=0 2020-10-20 12:23:35 -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 certstrap --depot-path certs sign "localhost" --CA pilosa-ca --expires "100 years"

certstrap version

dev-25ea708a

(built with go 1.13)

GODEBUG=x509ignoreCN=0 is needed to run server tests since go 1.15 to avoid certificate errors.