open-vault/builtin/logical/pki
ncabatoff 27c7a77624
When expiration attempts to revoke a cert that's not in storage (perhaps due to pki tidy), don't treat that as an error. Let the lease get expired. (#9880)
2020-09-17 16:15:03 -04:00
..
cmd/pki Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
backend_test.go Run CI tests in docker instead of a machine. (#8948) 2020-09-15 10:01:26 -04:00
ca_test.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
ca_util.go Refactor cert util (#6676) 2019-05-09 11:43:11 -04:00
cert_util.go pki: Allow to use not only one variable during templating in allowed_domains #8509 (#9498) 2020-08-17 11:37:00 -07:00
cert_util_test.go Allow FQDNs in DNS Name for PKI Secrets Engine (#8288) 2020-02-04 23:46:38 +01:00
crl_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
crl_util.go When expiration attempts to revoke a cert that's not in storage (perhaps due to pki tidy), don't treat that as an error. Let the lease get expired. (#9880) 2020-09-17 16:15:03 -04:00
fields.go update OpenAPI output to use DisplayAttributes struct (#6928) 2019-06-21 11:08:08 -04:00
path_config_ca.go More helpful errors when import bundled certificates (#8951) 2020-05-11 17:01:10 -06:00
path_config_crl.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
path_config_urls.go Refactor cert util (#6676) 2019-05-09 11:43:11 -04:00
path_fetch.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
path_intermediate.go fix minor potential nil-pointer panic on line 89 (#8488) 2020-03-06 13:32:36 -08:00
path_issue_sign.go Handle otherName SANs in CSRs (#6163) 2019-12-11 10:16:44 -05:00
path_revoke.go Don't try to revoke certs from PKI on perf standby (#7173) 2019-07-23 08:40:08 -04:00
path_roles.go Add option allowed_domains_template enabling identity templating for issuing PKI certs. (#8509) 2020-07-08 12:52:25 -04:00
path_roles_test.go Add option allowed_domains_template enabling identity templating for issuing PKI certs. (#8509) 2020-07-08 12:52:25 -04:00
path_root.go Call goimports as well as gofmt when doing a `make fmt` (#7148) 2019-07-18 21:04:56 -04:00
path_tidy.go pki: use revocationInfo.RevocationTimeUTC when revoking certs with ti… (#9609) 2020-07-30 15:10:26 -07:00
secret_certs.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
util.go Include and use normalizeSerial func 2017-05-03 10:12:58 -04:00