first commit
This commit is contained in:
12
wildcart-cert.yaml
Normal file
12
wildcart-cert.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: apilab-wildcard
|
||||
namespace: authentik # keep it with authentik if that's controlling your routes
|
||||
spec:
|
||||
secretName: apilab-wildcard-tls # <— single secret for all apps
|
||||
issuerRef:
|
||||
kind: ClusterIssuer
|
||||
name: letsencrypt-dns01-cloudflare
|
||||
dnsNames:
|
||||
- "*.apilab.us"
|
||||
Reference in New Issue
Block a user