Change altnames to alt_names
Hi, Could you please check if it was a typo? https://www.vaultproject.io/api/secret/pki/ Regards,
This commit is contained in:
parent
8aafe64397
commit
e7173e1d62
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ vault_ca_options:
|
|||
format: pem
|
||||
ttl: "{{ vault_max_lease_ttl }}"
|
||||
exclude_cn_from_sans: true
|
||||
altnames:
|
||||
alt_names:
|
||||
- "vault.{{ system_namespace }}.svc.{{ dns_domain }}"
|
||||
- "vault.{{ system_namespace }}.svc"
|
||||
- "vault.{{ system_namespace }}"
|
||||
|
|
Loading…
Reference in a new issue