hashicorp/vault-guides

Verify CA and CRL path with Venafi monitor

mbrancato opened this issue · 1 comments

Is the path of v1/venafi correct here or should this be v1/subca based on the guide / example?

issuing_certificates="$PUBLIC_VAULT_ADDR/v1/venafi/ca" \
crl_distribution_points="$PUBLIC_VAULT_ADDR/v1/venafi/crl"

maybe the mount path should be a variable in the script to make this more clear?

cc: @jgerson

Hi @mbrancato you are correct. I just made the changes and opened a PR. Thanks for pointing this out!