Added acme-dns and a DNS01 ClusterIssuer
This commit is contained in:
@@ -20,4 +20,20 @@ spec:
|
||||
namespace: network
|
||||
sectionName: http
|
||||
kind: Gateway
|
||||
---
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-dns01
|
||||
spec:
|
||||
acme:
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-dns01-cluster-issuer-account-key
|
||||
solvers:
|
||||
- dns01:
|
||||
acmeDNS:
|
||||
host: http://acme-dns-api
|
||||
accountSecretRef:
|
||||
name: acme-dns
|
||||
key: acmedns.json
|
||||
Reference in New Issue
Block a user