docs: update home/server/certificate
This commit is contained in:
parent
94472d5df1
commit
a6ec2536d8
@ -2,11 +2,25 @@
|
|||||||
title: Certificate
|
title: Certificate
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-09-28T15:55:26.949Z
|
date: 2025-09-28T16:18:31.664Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-09-28T15:55:26.949Z
|
dateCreated: 2025-09-28T15:55:26.949Z
|
||||||
---
|
---
|
||||||
|
|
||||||
# Certificate
|
# 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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user