+ 3
In which path I can find the .crt file of Let's Encrypt free SSL?
I'm trying to find the SSL .crt file that was installed on my Ubuntu server using Let's Encrypt. I used this commands below for installing Let's Encrypt free SSL: $sudo apt-get update $sudo apt-get install python-letsencrypt-apache $sudo letsencrypt --apache -d example.com
1 ответ
+ 5
https://certbot.eff.org/docs/using.html
this might help.