open-vault/builtin/logical/pki
Steven Clark 892d4d1e37
Return the signed ca in the ca_chain response field within sign-intermediate api call. (#15524)
* Return signed ca as part of ca_chain field within sign-intermediate

 - When signing a CA certificate we should include it along with the signing CA's CA chain in the response.
2022-05-20 11:06:44 -04:00
..
cmd/pki
backend.go
backend_test.go Return the signed ca in the ca_chain response field within sign-intermediate api call. (#15524) 2022-05-20 11:06:44 -04:00
ca_test.go
ca_util.go Rebase #14178 / Add not_before_duration API parameter to Root/Intermediate CA generation (#15511) 2022-05-19 12:35:08 -04:00
cert_util.go
cert_util_test.go
chain_test.go
chain_util.go
config_util.go
crl_test.go
crl_util.go
fields.go Rebase #14178 / Add not_before_duration API parameter to Root/Intermediate CA generation (#15511) 2022-05-19 12:35:08 -04:00
key_util.go
managed_key_util.go
path_config_ca.go
path_config_crl.go
path_config_urls.go
path_fetch.go
path_fetch_issuers.go Vault 6122 pki role issuer name validation (#15473) 2022-05-18 16:21:17 -04:00
path_fetch_keys.go
path_intermediate.go Add warning on missing AIA info fields (#15509) 2022-05-19 11:12:10 -04:00
path_issue_sign.go
path_manage_issuers.go Protect against key and issuer name re-use (#15481) 2022-05-18 10:31:39 -04:00
path_manage_keys.go Protect against key and issuer name re-use (#15481) 2022-05-18 10:31:39 -04:00
path_manage_keys_test.go Protect against key and issuer name re-use (#15481) 2022-05-18 10:31:39 -04:00
path_revoke.go
path_roles.go Rebase #14178 / Add not_before_duration API parameter to Root/Intermediate CA generation (#15511) 2022-05-19 12:35:08 -04:00
path_roles_test.go
path_root.go Return the signed ca in the ca_chain response field within sign-intermediate api call. (#15524) 2022-05-20 11:06:44 -04:00
path_sign_issuers.go
path_tidy.go
secret_certs.go
storage.go Vault 6122 pki role issuer name validation (#15473) 2022-05-18 16:21:17 -04:00
storage_migrations.go
storage_migrations_test.go
storage_test.go
test_helpers.go
util.go