16 lines
358 B
YAML
16 lines
358 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: ClusterIssuer
|
|
metadata:
|
|
name: letsencrypt-production
|
|
spec:
|
|
acme:
|
|
server: https://acme-v02.api.letsencrypt.org/directory
|
|
email: tanguy.herbron@outlook.com
|
|
privateKeySecretRef:
|
|
name: letsencrypt-production
|
|
solvers:
|
|
- selector: {}
|
|
http01:
|
|
ingress:
|
|
class: nginx-external
|