mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Update acme documentation to use letsencrypt (#485)
This commit is contained in:
parent
2a64913f1d
commit
63c6b83f06
@ -121,7 +121,7 @@ export CF_Email="Your_CloudFlare_Account@example.com"
|
|||||||
Then create the certificate.
|
Then create the certificate.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
acme.sh --issue --dns dns_cf -d "example.com" \
|
acme.sh --issue --dns dns_cf -d "example.com" --server letsencrypt \
|
||||||
--key-file /etc/letsencrypt/live/example.com/privkey.pem \
|
--key-file /etc/letsencrypt/live/example.com/privkey.pem \
|
||||||
--fullchain-file /etc/letsencrypt/live/example.com/fullchain.pem
|
--fullchain-file /etc/letsencrypt/live/example.com/fullchain.pem
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user