cert-manager: Drop chmod777.sh certificate
This site now obtains its own certificate using Apache _mod_md_.pull/74/head
parent
32666aa628
commit
812b09626f
|
@ -9,11 +9,6 @@ certs:
|
||||||
namespace: default
|
namespace: default
|
||||||
key: acme.sh/dustin.hatch.name/dustin.hatch.name.key
|
key: acme.sh/dustin.hatch.name/dustin.hatch.name.key
|
||||||
cert: acme.sh/dustin.hatch.name/fullchain.cer
|
cert: acme.sh/dustin.hatch.name/fullchain.cer
|
||||||
- name: chmod777-cert
|
|
||||||
namespace: default
|
|
||||||
key: certificates/chmod777.sh.key
|
|
||||||
cert: certificates/chmod777.sh.crt
|
|
||||||
bundle: certificates/chmod777.sh.pem
|
|
||||||
- name: dustinandtabitha-cert
|
- name: dustinandtabitha-cert
|
||||||
namespace: default
|
namespace: default
|
||||||
key: certificates/dustinandtabitha.com.key
|
key: certificates/dustinandtabitha.com.key
|
||||||
|
|
|
@ -19,7 +19,6 @@ rules:
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- pyrocufflink-cert
|
- pyrocufflink-cert
|
||||||
- dustinhatchname-cert
|
- dustinhatchname-cert
|
||||||
- chmod777-cert
|
|
||||||
- dustinandtabitha-cert
|
- dustinandtabitha-cert
|
||||||
- hlc-cert
|
- hlc-cert
|
||||||
|
|
||||||
|
|
|
@ -35,24 +35,6 @@ spec:
|
||||||
algorithm: ECDSA
|
algorithm: ECDSA
|
||||||
rotationPolicy: Always
|
rotationPolicy: Always
|
||||||
|
|
||||||
---
|
|
||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: Certificate
|
|
||||||
metadata:
|
|
||||||
name: chmod777-cert
|
|
||||||
spec:
|
|
||||||
secretName: chmod777-cert
|
|
||||||
dnsNames:
|
|
||||||
- chmod777.sh
|
|
||||||
- '*.chmod777.sh'
|
|
||||||
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
|
||||||
|
|
|
@ -12,7 +12,6 @@ rules:
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- pyrocufflink-cert
|
- pyrocufflink-cert
|
||||||
- dustinhatchname-cert
|
- dustinhatchname-cert
|
||||||
- chmod777-cert
|
|
||||||
- dustinandtabitha-cert
|
- dustinandtabitha-cert
|
||||||
- hlc-cert
|
- hlc-cert
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue