featurebase/idk/testdata/certs
2022-09-02 13:23:39 -07:00
..
localhost.crt Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
localhost.csr Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
localhost.key Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
pilosa-ca.crl Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
pilosa-ca.crt Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
pilosa-ca.key Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
README.md Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07: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)