|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+apiVersion: cert-manager.io/v1
|
|
|
2
|
+kind: Issuer
|
|
|
3
|
+metadata:
|
|
|
4
|
+ name: letsencrypt
|
|
|
5
|
+spec:
|
|
|
6
|
+ acme:
|
|
|
7
|
+ # The ACME server URL
|
|
|
8
|
+ server: https://acme-v02.api.letsencrypt.org/directory
|
|
|
9
|
+ # https://acme-v02.api.letsencrypt.org/directory ORIGINAL
|
|
|
10
|
+ # https://acme-staging-v02.api.letsencrypt.org/directory TESTS
|
|
|
11
|
+ email: jbaquero@vespot.com
|
|
|
12
|
+ # Name of a secret used to store the ACME account private key
|
|
|
13
|
+ privateKeySecretRef:
|
|
|
14
|
+ name: letsencrypt
|
|
|
15
|
+ solvers:
|
|
|
16
|
+ - dns01:
|
|
|
17
|
+ webhook:
|
|
|
18
|
+ groupName: acme.bwolf.me
|
|
|
19
|
+ solverName: gandi
|
|
|
20
|
+ config:
|
|
|
21
|
+ apiKeySecretRef:
|
|
|
22
|
+ key: api-token
|
|
|
23
|
+ name: gandi-credentials1
|
|
|
24
|
+ namespace: glpi-one
|