featurebase/ctl/testdata/certs
Souhaila Noor 0e1cf5bbbd Enable authentication/authorization for featurebase tools
- Add auth-token for featurebase import, backup and restore
- Add auth-token to http request
- Create a cluster tests with auth enabled
- Add test for import with auth enabled
2022-01-26 17:30:26 -06:00
..
localhost.crt Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
localhost.csr Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
localhost.key Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
pilosa-ca.crl Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
pilosa-ca.crt Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
pilosa-ca.key Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
README.md Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -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)