fix(ingress): switch riotpiao-com-tls to letsencrypt-prod issuer
Wildcard cert was left on letsencrypt-staging; staging root is not browser-trusted so HTTPS to *.riotpiao.com fails cert validation. Switch issuerRef to letsencrypt-prod to issue a trusted wildcard.
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
- "*.riotpiao.com"
|
- "*.riotpiao.com"
|
||||||
- "riotpiao.com"
|
- "riotpiao.com"
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-staging
|
name: letsencrypt-prod
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
duration: 2160h # 90 days (LE max)
|
duration: 2160h # 90 days (LE max)
|
||||||
renewBefore: 720h # renew 30 days before expiry
|
renewBefore: 720h # renew 30 days before expiry
|
||||||
|
|||||||
Reference in New Issue
Block a user