|
|
@@ -1,24 +1,17 @@
|
|
|
1
|
+---
|
|
1
|
2
|
apiVersion: cert-manager.io/v1
|
|
2
|
|
-kind: Issuer
|
|
|
3
|
+kind: ClusterIssuer
|
|
3
|
4
|
metadata:
|
|
4
|
|
- name: letsencrypt
|
|
|
5
|
+ name: cloudcone-clusterissuer
|
|
5
|
6
|
spec:
|
|
6
|
7
|
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
|
|
|
8
|
+ email: baquerojorge@gmail.com # <-- Replace with your email address
|
|
|
9
|
+ server: https://acme-v02.api.letsencrypt.org/directory
|
|
13
|
10
|
privateKeySecretRef:
|
|
14
|
|
- name: letsencrypt
|
|
|
11
|
+ name: cloudcone-clusterissuer-account-key
|
|
15
|
12
|
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
|
|
|
13
|
+ - dns01:
|
|
|
14
|
+ cloudcone:
|
|
|
15
|
+ apiTokenSecretRef:
|
|
|
16
|
+ name: cloudcone-api-token-secret
|
|
|
17
|
+ key: api-token
|