Answers for "install ssl certificate linux command line"

CSS
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
0

get ssl certificate command line

openssl s_client -connect google.com:443
Posted by: Guest on September-11-2021

Code answers related to "install ssl certificate linux command line"

Browse Popular Code Answers by Language