Install SSL/TLS Certificate on Linux by Let's Encrypt

1 minute read

Installing SSL/TLS certificate

sudo apt install -y certbot python-certbot-apache python-certbot-nginx

# Install the certificate by providing the webserver technology name. We can also use "--nginx".

sudo certbot --apache

# This will detect connected domains to this server and ask to install certificates for the domains. It will allow to install certificates for multiple domains connected to the server.