File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,9 @@ Setup OpenBao HA on the overcloud hosts
110110 Rotating OpenBao certificate on the overcloud hosts
111111---------------------------------------------------
112112
113- The certificate for the overcloud OpenBao has an expiry time of one year. While
114- the cloud won't break if this expires, it will need rotating before new
115- certificates can be generated for internal PKI. If a OpenBao becomes sealed, it
116- cannot be unsealed with an expired certificate.
113+ The certificate for the overcloud OpenBao has an expiration of one or two years after the certificate was generated.
114+ The expiration date of a certificate can be determined with ``openssl x509 -enddate -noout -in overcloud.crt ``
115+ This will be problematic if anything needs to interact with the OpenBao API such as issuing new certificates or Barbican integration.
117116
1181171. Delete the old certificate:
119118
Original file line number Diff line number Diff line change @@ -117,10 +117,9 @@ Setup Vault HA on the overcloud hosts
117117 Rotating Vault certificate on the overcloud hosts
118118-------------------------------------------------
119119
120- The certificate for the overcloud vaults has an expiry time of one year. While
121- the cloud won't break if this expires, it will need rotating before new
122- certificates can be generated for internal PKI. If a vault becomes sealed, it
123- cannot be unsealed with an expired certificate.
120+ The certificate for the overcloud Vault has an expiration of one or two years after the certificate was generated.
121+ The expiration date of a certificate can be determined with ``openssl x509 -enddate -noout -in overcloud.crt ``
122+ This will be problematic if anything needs to interact with the Vault API such as issuing new certificates or Barbican integration.
124123
1251241. Delete the old certificate:
126125
You can’t perform that action at this time.
0 commit comments