Good day!
I have LE properly installed and configured in my main server. However I created a copy of the website in a new server for testing new configurations. I have ca, crt, key, and pem files from LE in main server. How’s the proper way to reinstall LE to use those files?
First I added the repository:
sudo add-apt-repository ppa:certbot/certbot
Then I installed certbot:
sudo apt install python-certbot-nginx
Next thing, the output of ls /etc/letsencrypt
is cli.ini
.
So, how I manage to have all the default directories in /etc/letsencrypt
to put my files in /live
?
Thanks in advance.
Warm regards.