mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
added let's encrypt certbot config
This commit is contained in:
parent
497b5141b0
commit
8caa90f4be
1 changed files with 9 additions and 0 deletions
|
@ -458,6 +458,15 @@ key = /path/to/server_key.pem
|
||||||
certificate_authority = /path/to/client_cert.pem
|
certificate_authority = /path/to/client_cert.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you're using Let's Encrypt's Certbot, the configuration should look similar to this:
|
||||||
|
|
||||||
|
```ini
|
||||||
|
[server]
|
||||||
|
ssl = True
|
||||||
|
certificate = /etc/letsencrypt/live/{Your Domain}/fullchain.pem
|
||||||
|
key = /etc/letsencrypt/live/{Your Domain}/privkey.pem
|
||||||
|
```
|
||||||
|
|
||||||
Example **nginx** configuration:
|
Example **nginx** configuration:
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue