Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions etc/kayobe/inventory/group_vars/all/openbao.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ seed_openbao_pki_role_name: "ServerCert"
seed_openbao_pki_roles:
- name: "{{ seed_openbao_pki_role_name }}"
config:
max_ttl: 8760h
ttl: 8760h
max_ttl: 730d
ttl: 730d
allow_any_name: true
allow_ip_sans: true
require_cn: false
Expand Down Expand Up @@ -59,8 +59,8 @@ overcloud_openbao_pki_external_tls_role_name: "{{ overcloud_openbao_pki_default_
overcloud_openbao_pki_roles:
- name: "{{ overcloud_openbao_pki_default_role_name }}"
config:
max_ttl: 8760h
ttl: 8760h
max_ttl: 730d
ttl: 730d
allow_any_name: true
allow_ip_sans: true
require_cn: false
Expand Down
8 changes: 4 additions & 4 deletions etc/kayobe/inventory/group_vars/all/vault
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ seed_vault_pki_role_name: "ServerCert"
seed_vault_pki_roles:
- name: "{{ seed_vault_pki_role_name }}"
config:
max_ttl: 8760h
ttl: 8760h
max_ttl: 730d
ttl: 730d
allow_any_name: true
allow_ip_sans: true
require_cn: false
Expand Down Expand Up @@ -71,8 +71,8 @@ overcloud_vault_pki_external_tls_role_name: "{{ overcloud_vault_pki_default_role
overcloud_vault_pki_roles:
- name: "{{ overcloud_vault_pki_default_role_name }}"
config:
max_ttl: 8760h
ttl: 8760h
max_ttl: 730d
ttl: 730d
allow_any_name: true
allow_ip_sans: true
require_cn: false
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/increase-tls-ttl-c1eba5cca7767d0f.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Increase the ``ttl`` of the ``PKI`` role to two years providing
the opportunity to replace ``internal`` and ``backend`` certificates
during the annual upgrade.
Loading