Update README with CA instructions

Add CA issuer instructions for vault-ca
This commit is contained in:
ducoterra
2021-05-21 11:50:34 -04:00
parent a4117db3e7
commit cd91da981e
7 changed files with 195 additions and 9 deletions

View File

@@ -9,3 +9,11 @@ path "totp/code/*" {
path "secret/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
path "pki_dnet/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
path "pki_dnet_int/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}