Skip to content

Commit acfc0f4

Browse files
committed
changed title, added missing table of content
Signed-off-by: David Söderlund <[email protected]>
1 parent 85e4ede commit acfc0f4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/_posts/2025-01-12-certs-for-your-home-lab.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
---
2-
title: Certificates for your homelab or office servers
2+
title: Automating homelab server certificate rotation
33
published: true
44
---
55

66
# Certificates for your homelab or office servers
77

88
In this post I will show you how to use cronjobs in kubernetes to automate the updating of certificates from cert-manager to different servers in your local network.
99

10+
- [Certificates for your homelab or office servers](#certificates-for-your-homelab-or-office-servers)
11+
- [Background](#background)
12+
- [Tell me, where do certificates come from?](#tell-me-where-do-certificates-come-from)
13+
- [My list of servers](#my-list-of-servers)
14+
- [Cron jobs](#cron-jobs)
15+
- [Bringing the plan to life](#bringing-the-plan-to-life)
16+
- [Some preparation](#some-preparation)
17+
- [The certificate request](#the-certificate-request)
18+
- [The cron jobs](#the-cron-jobs)
19+
- [Certificate files through ssh](#certificate-files-through-ssh)
20+
- [Running the script](#running-the-script)
21+
- [Proxmox web api](#proxmox-web-api)
22+
- [The final result](#the-final-result)
23+
24+
1025
## Background
1126

1227
### Tell me, where do certificates come from?

0 commit comments

Comments
 (0)