forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissuers.yaml
More file actions
49 lines (49 loc) · 984 Bytes
/
issuers.yaml
File metadata and controls
49 lines (49 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
creationTimestamp: null
name: letsencrypt
namespace: istio-system
spec:
acme:
email: mike@korora.ca
preferredChain: ""
privateKeySecretRef:
name: letsencrypt-prod
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
class: istio
selector: {}
status: {}
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
creationTimestamp: null
name: letsencrypt-staging
namespace: istio-system
spec:
acme:
email: mike@korora.ca
preferredChain: ""
privateKeySecretRef:
name: letsencrypt-staging
server: https://acme-staging-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
class: istio
selector: {}
status: {}
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
creationTimestamp: null
name: selfsigned
namespace: istio-system
spec:
selfSigned: {}
status: {}