Answers for "install ssl ubuntu"

1

install ssl ubuntu

sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot

#nginx
sudo certbot --nginx
#apache
sudo certbot --apache
Posted by: Guest on May-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language