You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2022-08-06-kube-traefik-cert-manager-le.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,12 +262,16 @@ Apply secrets
262
262
> Be sure to generate the correct token if using Cloudflare. This is using an [API Token](https://cert-manager.io/docs/configuration/acme/dns01/cloudflare/#api-tokens) and not a global key.
263
263
{: .prompt-info }
264
264
265
+
From `issuers` folder
266
+
265
267
```bash
266
268
kubectl apply -f secret-cf-token.yaml
267
269
kubectl apply -f secret-cf-email.yaml
268
270
```
269
271
270
-
Apply `ClusterIssuer`s
272
+
Apply staging `ClusterIssuer`
273
+
274
+
From `issuers` folder
271
275
272
276
```bash
273
277
kubectl apply -f letsencrypt-staging.yaml
@@ -277,10 +281,10 @@ Create certs
277
281
278
282
### staging
279
283
280
-
From staging folder
284
+
From `certificates/staging` folder
281
285
282
286
```bash
283
-
kubectl apply -f technotim-live-cert.yaml
287
+
kubectl apply -f local-example-com.yaml
284
288
```
285
289
286
290
Check the logs
@@ -303,10 +307,18 @@ kubectl describe order local-technotim-live-frm2z-1836084675
0 commit comments