Browse Source

Change altnames to alt_names

Hi,

Could you please check if it was a typo?

https://www.vaultproject.io/api/secret/pki/

Regards,
pull/2003/head
abelgana 7 years ago
committed by GitHub
parent
commit
e7173e1d62
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/vault/defaults/main.yml

2
roles/vault/defaults/main.yml

@ -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…
Cancel
Save