Skip to content

Commit b564912

Browse files
fix(post): Fix formatting on traefik + cert-manager
1 parent cec11a7 commit b564912

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

_posts/2022-08-06-kube-traefik-cert-manager-le.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,16 @@ Apply secrets
262262
> 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.
263263
{: .prompt-info }
264264

265+
From `issuers` folder
266+
265267
```bash
266268
kubectl apply -f secret-cf-token.yaml
267269
kubectl apply -f secret-cf-email.yaml
268270
```
269271

270-
Apply `ClusterIssuer`s
272+
Apply staging `ClusterIssuer`
273+
274+
From `issuers` folder
271275

272276
```bash
273277
kubectl apply -f letsencrypt-staging.yaml
@@ -277,10 +281,10 @@ Create certs
277281

278282
### staging
279283

280-
From staging folder
284+
From `certificates/staging` folder
281285

282286
```bash
283-
kubectl apply -f technotim-live-cert.yaml
287+
kubectl apply -f local-example-com.yaml
284288
```
285289

286290
Check the logs
@@ -303,10 +307,18 @@ kubectl describe order local-technotim-live-frm2z-1836084675
303307

304308
### production
305309

306-
From production folder
310+
Apply production `ClusterIssuer`
311+
312+
From `issuers` folder
313+
314+
```bash
315+
kubectl apply -f letsencrypt-production.yaml
316+
```
317+
318+
From `certificates/production` folder
307319

308320
```bash
309-
kubectl apply -f technotim-live-cert.yaml
321+
kubectl apply -f local-example-com.yaml
310322
```
311323

312324
## Links

0 commit comments

Comments
 (0)