Letsencrypt

From wiki
Revision as of 16:24, 22 December 2019 by Hdridder (talk | contribs) (Created page with "[https://letsencrypt.org/ Letsencrypt] is an initiative to have the web encrypted all over the place: It is using [https://certbot.eff.org/ certbot] to create and maintain SS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Letsencrypt is an initiative to have the web encrypted all over the place:

It is using certbot to create and maintain SSL-certificates for websites.

Move to a new server. Inspiration came from Ivan Derevianko. It can be even simpler.

  • Get the software
apt-get install certbot python-certbot-nginx

Provided you have all configuration the same on the new server as on the old one you only need to do:

  • Archive certificates on the old servers
tar cvf letsencrypt.tar ./letsencrypt
  • Move them to a new server
  • Extract to the same location