You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
720 B
22 lines
720 B
apiVersion: cert-manager.io/v1
|
|
kind: ClusterIssuer
|
|
metadata:
|
|
name: letsencrypt-production-issuer
|
|
spec:
|
|
acme:
|
|
email: infraestructura@sapian.com.co
|
|
server: https://acme-v02.api.letsencrypt.org/directory
|
|
privateKeySecretRef:
|
|
# Secret resource that will be used to store the account's private key.
|
|
name: sapian-issuer-account-key
|
|
# Add a single challenge solver, HTTP01 using nginx
|
|
solvers:
|
|
- dns01:
|
|
cloudDNS:
|
|
# The ID of the GCP project
|
|
project: droe-240018
|
|
# This is the secret used to access the service account
|
|
serviceAccountSecretRef:
|
|
name: clouddns-dns01-solver-svc-acct
|
|
key: droe-240018-e23b31db1e86.json
|