certificates/ca
max furman c242602231 reload and shutdown trickery
* Only shutdown the database once.
* Be careful when reloading the CA. Depending on whether the DB has
already been shutdown, and error may be unrecoverable.
2019-04-25 13:25:41 -07:00
..
testdata Add missing file. 2019-01-16 19:06:21 -08:00
bootstrap.go Add new bootstrap method that creates a listener. 2019-01-17 14:48:33 -08:00
bootstrap_test.go Merge pull request #27 from smallstep/mariano/renew-pool 2019-02-06 16:56:38 -08:00
ca.go reload and shutdown trickery 2019-04-25 13:25:41 -07:00
ca_test.go Fix tests. 2019-03-25 12:35:21 -07:00
client.go Merge branch 'master' into step-sds 2019-04-11 11:47:20 -07:00
client_test.go Add /revoke API with interface db backend 2019-04-10 13:50:35 -07:00
mutable_tls_config.go Fix typo. 2019-02-06 16:52:44 -08:00
provisioner.go Fix review issues. 2019-04-12 14:59:55 -07:00
provisioner_test.go Fix review issues. 2019-04-12 14:59:55 -07:00
renew.go Allow to customize the minimal cert duration for tests. 2019-01-09 17:24:11 -08:00
signal.go Add INT and TERM signal handler. 2019-04-03 11:07:11 -07:00
tls.go Remove unnecessary method GetCertificateRenewer. 2019-04-12 11:10:56 -07:00
tls_options.go Fix typo. 2019-02-05 17:33:16 -08:00
tls_options_test.go Initiate default RootCAs/ClientCAs when no options are passed. 2019-01-23 14:33:16 -08:00
tls_test.go Remove test for unnecessary method. 2019-04-12 11:22:49 -07:00