featurebase/internal/clustertests/testdata/certs
Matthew Jaffee 979023392d authclustertests wasn't working because...
weirdness with the docker-compose file being in a different directory,
I think.
2022-02-02 15:08:04 -06:00
..
localhost.crt authclustertests wasn't working because... 2022-02-02 15:08:04 -06:00
localhost.csr authclustertests wasn't working because... 2022-02-02 15:08:04 -06:00
localhost.key authclustertests wasn't working because... 2022-02-02 15:08:04 -06:00
pilosa-ca.crl authclustertests wasn't working because... 2022-02-02 15:08:04 -06:00
pilosa-ca.crt authclustertests wasn't working because... 2022-02-02 15:08:04 -06:00
pilosa-ca.key authclustertests wasn't working because... 2022-02-02 15:08:04 -06:00
README.md authclustertests wasn't working because... 2022-02-02 15:08:04 -06: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)