cert-manager: Drop dustin.hatch.name certificate
This site now obtains its own certificate using Apache _mod_md_.pull/78/head
parent
2b109589c2
commit
aa27579582
|
@ -5,10 +5,6 @@ certs:
|
||||||
key: certificates/_.pyrocufflink.net.key
|
key: certificates/_.pyrocufflink.net.key
|
||||||
cert: certificates/_.pyrocufflink.net.crt
|
cert: certificates/_.pyrocufflink.net.crt
|
||||||
bundle: certificates/_.pyrocufflink.net.pem
|
bundle: certificates/_.pyrocufflink.net.pem
|
||||||
- name: dustinhatchname-cert
|
|
||||||
namespace: default
|
|
||||||
key: acme.sh/dustin.hatch.name/dustin.hatch.name.key
|
|
||||||
cert: acme.sh/dustin.hatch.name/fullchain.cer
|
|
||||||
- name: dustinandtabitha-cert
|
- name: dustinandtabitha-cert
|
||||||
namespace: default
|
namespace: default
|
||||||
key: certificates/dustinandtabitha.com.key
|
key: certificates/dustinandtabitha.com.key
|
||||||
|
|
|
@ -18,7 +18,6 @@ rules:
|
||||||
- get
|
- get
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- pyrocufflink-cert
|
- pyrocufflink-cert
|
||||||
- dustinhatchname-cert
|
|
||||||
- dustinandtabitha-cert
|
- dustinandtabitha-cert
|
||||||
- hlc-cert
|
- hlc-cert
|
||||||
|
|
||||||
|
|
|
@ -17,24 +17,6 @@ spec:
|
||||||
algorithm: ECDSA
|
algorithm: ECDSA
|
||||||
rotationPolicy: Always
|
rotationPolicy: Always
|
||||||
|
|
||||||
---
|
|
||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: Certificate
|
|
||||||
metadata:
|
|
||||||
name: dustinhatchname-cert
|
|
||||||
spec:
|
|
||||||
secretName: dustinhatchname-cert
|
|
||||||
dnsNames:
|
|
||||||
- dustin.hatch.name
|
|
||||||
- '*.dustin.hatch.name'
|
|
||||||
issuerRef:
|
|
||||||
group: cert-manager.io
|
|
||||||
kind: ClusterIssuer
|
|
||||||
name: zerossl
|
|
||||||
privateKey:
|
|
||||||
algorithm: ECDSA
|
|
||||||
rotationPolicy: Always
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
|
|
|
@ -11,7 +11,6 @@ rules:
|
||||||
- get
|
- get
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- pyrocufflink-cert
|
- pyrocufflink-cert
|
||||||
- dustinhatchname-cert
|
|
||||||
- dustinandtabitha-cert
|
- dustinandtabitha-cert
|
||||||
- hlc-cert
|
- hlc-cert
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue