4
0
mirror of https://github.com/rocky-linux/peridot.git synced 2024-12-23 19:28:28 +00:00
peridot/infrastructure/certmanager/issuer.yaml

20 lines
473 B
YAML
Raw Normal View History

2022-07-07 20:11:50 +00:00
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
namespace: istio-system
spec:
acme:
email: mustafa@rockylinux.org
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-issuer-key
solvers:
- selector:
dnsZones:
- 'build.resf.org'
dns01:
route53:
region: us-east-2
hostedZoneID: Z079103519E0RNL08VXVJ