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
parent
5e251153c7
commit
e3d9fc2489
|
@ -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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue