Install Certbot: Certbot is a tool that makes it easy to get and manage Let's Encrypt SSL certificates. To install Certbot, follow the instructions on the official website for your operating system.
Obtain a certificate: To obtain a certificate, run the following command:
certbot --nginx. This command will automatically obtain and configure a certificate for your domain.
Verify the certificate: Verify that the certificate has been installed correctly by visiting your website using https.
(more…)