I have a general question about migrating to a new server.
Can someone direct me to a post discussing how to move from one Ubuntu linux server to another. I need to upgrade my nextcloud system to new hardware and need to move my letsencrypt installation to the new server.
Hi Cool110,
I’m in the process now. I’ve copied over my /etc/letsencrypt to the new server. I’ve used the following command to install letsencrypt
sudo apt-get install python-letsencrypt-apache
is that it? or do I need to to anything else before I cut over the correct IP address?
Just make sure the web server is configured to use the LE cert and not the default self signed one. Also try running letsencrypt renew --dry-run to check that renew will work.