vince
February 18, 2018, 3:46pm
#1
I have two servers each with letsencrypt certs and different domains:
Server 1 www.domain1.com domain1.com
Server 2 www.domain2.com domain2.com
I need to swap the domains pointing at the servers
Server 1 www.domain2.com domain2.com
Server 2 www.domain1.com domain1.com
From a Let’s Encrypt perspective, what do I need to do?
Thanks, appreciate the help…
_az
February 18, 2018, 9:53pm
#2
Assuming you are using Certbot on both servers already, you can swap around the ‘/etc/letsencrypt’ directories on the two servers.
This would move the certificates and private keys, ACME account keys, and renewal configurations.
You would do this at the same time as migrating your domains and web server configurations.
vince
February 18, 2018, 10:11pm
#3
Thank-you for your rapid response…
schoen
February 19, 2018, 4:33am
#4
Be careful to use a method that preserves symbolic links when doing this, because Certbot relies on the symbolic link structures that it creates within that directory.
system
closed
March 21, 2018, 4:38am
#5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.