open-vault/builtin/logical/pki
Jeff Mitchell a4fc4a8e90 Deprecate lease -> ttl in PKI backend, and default to system TTL values if not given. This prevents issuing certificates with a longer duration than the maximum lease TTL configured in Vault. Fixes #470. 2015-08-27 12:24:37 -07:00
..
backend.go Remove SetLogger, and unify on framework.Setup 2015-06-30 17:45:20 -07:00
backend_test.go Deprecate lease -> ttl in PKI backend, and default to system TTL values if not given. This prevents issuing certificates with a longer duration than the maximum lease TTL configured in Vault. Fixes #470. 2015-08-27 12:24:37 -07:00
cert_util.go Deprecate lease -> ttl in PKI backend, and default to system TTL values if not given. This prevents issuing certificates with a longer duration than the maximum lease TTL configured in Vault. Fixes #470. 2015-08-27 12:24:37 -07:00
crl_util.go A few things: 2015-06-19 12:48:18 -04:00
path_config_ca.go Refactor to allow only issuing CAs to be set and not have things blow up. This is useful/important for e.g. the Cassandra backend, where you may want to do TLS with a specific CA cert for server validation, but not actually do client authentication with a client cert. 2015-06-18 15:22:58 -04:00
path_config_crl.go A few things: 2015-06-19 12:48:18 -04:00
path_fetch.go A few things: 2015-06-19 12:48:18 -04:00
path_issue.go Deprecate lease -> ttl in PKI backend, and default to system TTL values if not given. This prevents issuing certificates with a longer duration than the maximum lease TTL configured in Vault. Fixes #470. 2015-08-27 12:24:37 -07:00
path_revoke.go A few things: 2015-06-19 12:48:18 -04:00
path_roles.go Deprecate lease -> ttl in PKI backend, and default to system TTL values if not given. This prevents issuing certificates with a longer duration than the maximum lease TTL configured in Vault. Fixes #470. 2015-08-27 12:24:37 -07:00
secret_certs.go A few things: 2015-06-19 12:48:18 -04:00