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: docs/_posts/2025-01-12-certs-for-your-home-lab.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,27 @@
1
1
---
2
-
title: Certificates for your homelab or office servers
2
+
title: Automating homelab server certificate rotation
3
3
published: true
4
4
---
5
5
6
6
# Certificates for your homelab or office servers
7
7
8
8
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.
9
9
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)
0 commit comments