Konfigurasi SSL Lets Encrypt VPS: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
*DNS Validations | *DNS Validations | ||
certbot -d example.com --manual --preferred-challenges dns certonly | |||
*Ini akan manambahkan recotd [[DNS]] <code>TXT</code> pada domain. | *Ini akan manambahkan recotd [[DNS]] <code>TXT</code> pada domain. | ||
sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --manual --preferred-challenges dns certonly --email you@example.com -d wiki.your-domain.com}} | |||
==Source== | ==Source== | ||
*[https://bit.ly/3o8pVqi serverfault.com] | *[https://bit.ly/3o8pVqi serverfault.com] | ||
Revision as of 12:37, 15 November 2021
- DNS Validations
certbot -d example.com --manual --preferred-challenges dns certonly
- Ini akan manambahkan recotd DNS
TXTpada domain.
sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --manual --preferred-challenges dns certonly --email you@example.com -d wiki.your-domain.com}}