Konfigurasi SSL Lets Encrypt VPS: Difference between revisions
Created page with "*DNS Validations certbot -d bristol3.pki.enigmabridge.com --manual --preferred-challenges dns certonly *Ini akan manambahkan recotd DNS <code>TXT</code> pada domain. ==S..." |
No edit summary |
||
| Line 2: | Line 2: | ||
certbot -d bristol3.pki.enigmabridge.com --manual --preferred-challenges dns certonly | certbot -d bristol3.pki.enigmabridge.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] | ||