Konfigurasi SSL Lets Encrypt VPS: Difference between revisions
Appearance
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 |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
*DNS Validations | *[[DNS]] Validations | ||
<syntaxhighlight lang="bash"> | |||
certbot -d example.com --manual --preferred-challenges dns certonly | |||
</syntaxhighlight> | |||
*Ini akan manambahkan recotd [[DNS]] <code>TXT</code> pada domain. | *Ini akan manambahkan recotd [[DNS]] <code>TXT</code> pada domain. | ||
<syntaxhighlight lang="bash"> | |||
sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --manual --preferred-challenges dns certonly --email you@example.com -d wiki.your-domain.com | |||
</syntaxhighlight> | |||
==Source== | ==Source== | ||
*[https:// | *[https://serverfault.com/questions/750902/how-to-use-lets-encrypt-dns-challenge-validation serverfault.com] | ||
[[Category:Server]] | |||
[[Category:Security]] | |||
[[Category:SSL]] | |||