I had two domains on one server. I’m in the process of moving one of these (and its subdomains) to another server. As part of this process, I believe I should copy the /etc/letsencrypt
folder over.
However, I’ve found deeply-buried files referencing some of the domains that aren’t on this new server (like a meta.json
file deep inside /etc/letsencrypt/accounts/
How can I safely remove the domains I don’t need from my /etc/letsencrypt
folder, and remove the domains I’m transferring from the /etc/letsencrypt
folder of the old server? In short, how can I break up a letsencrypt
setup into two independent ones on different machines?
Thanks,
Luke