1
0
Fork 0

cert-manager: Add Pyrocufflink wildcard cert

The wildcard certificate for the *pyrocufflink.net* and
*pyrocufflink.blue* domains is now handled by *cert-manager* and saved
to *certs.git* by `cert-exporter.
dch-webhooks-secrets
Dustin 2023-04-26 06:58:46 -05:00
parent 5e251153c7
commit e3d9fc2489
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,18 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: pyrocufflink-cert
spec:
secretName: pyrocufflink-cert
dnsNames:
- '*.pyrocufflink.blue'
- '*.pyrocufflink.net'
- pyrocufflink.blue
- pyrocufflink.net
issuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: zerossl
privateKey:
algorithm: ECDSA
rotationPolicy: Always

View File

@ -4,6 +4,7 @@ kind: Kustomization
resources: resources:
- cert-manager.yaml - cert-manager.yaml
- cluster-issuer.yaml - cluster-issuer.yaml
- certificates.yaml
secretGenerator: secretGenerator:
- name: cert-manager-tsig - name: cert-manager-tsig