Jump to content

Konfigurasi SSL Lets Encrypt VPS: Difference between revisions

From Wiki
No edit summary
Line 3: Line 3:


*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}}
  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==

Revision as of 17:49, 10 February 2022

  • DNS Validations
certbot -d example.com --manual --preferred-challenges dns certonly
  • Ini akan manambahkan recotd DNS TXT 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