This commit is contained in:
2025-04-11 15:49:19 -04:00
parent 78468b16cf
commit c6e07cb3dc
2 changed files with 2 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ spec:
name: letsencrypt-prod name: letsencrypt-prod
kind: ClusterIssuer kind: ClusterIssuer
dnsNames: dnsNames:
- "michaelthomson.dev"
- "*.michaelthomson.dev" - "*.michaelthomson.dev"

View File

@@ -5,7 +5,7 @@ metadata:
namespace: letsencrypt-wildcard-cert namespace: letsencrypt-wildcard-cert
spec: spec:
# secretName doesn't have to match the certificate name, but it may as well, for simplicity! # secretName doesn't have to match the certificate name, but it may as well, for simplicity!
secretName: letsencrypt-wildcard-cert-michaelthomson.dev-staging secretName: letsencrypt-wildcard-cert-michaelthomson.dev-staging
issuerRef: issuerRef:
name: letsencrypt-staging name: letsencrypt-staging
kind: ClusterIssuer kind: ClusterIssuer