Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The goal of this article is to provide you the steps needed to generate a trusted SSL certificate using Let's Encrypt .

Status
colourRed
titleONLY FOR DEBIAN
AnchorDebianDebianwith Debian.

Backup private key and certificate

...

At the end of the process, your certificate, private key, and LE chain will be installed to /etc/letsencrypt/live/<YOUR_DOMAIN> directory.

Install the certificate

Copy the generated private key and certificate to the default directory (used by Asterisk and Nginx):

...

Code Block
languagebash
systemctl restart asterisk
systemctl start nginx

Related contents