docs: update home/server/certificate

This commit is contained in:
Lukas Forsberg 2025-09-28 18:18:32 +02:00 committed by Lukas Forsberg
parent 94472d5df1
commit a6ec2536d8

View File

@ -2,11 +2,25 @@
title: Certificate
description:
published: true
date: 2025-09-28T15:55:26.949Z
date: 2025-09-28T16:18:31.664Z
tags:
editor: markdown
dateCreated: 2025-09-28T15:55:26.949Z
---
# Certificate
Your content here
Add a domain through Let's Encrypt
```
sudo certbot --nginx -d wiki.duckdns.org
```
Setup renewal timer
```
sudo systemctl enable --now certbot.timer
```
Renew manualy
```
sudo certbot renew --dry-run
```