I would regenerate, but I hit a rate limit and also waited more than a day… So I already have the same certs on another server, but I’m unsure about how to move them to the server that needs them (which already has the domain pointed to its IP).
So it seems intuitive to move these into the same directories on the other server:
cert.pem
chain.pem
.companion
fullchain.pem
key.pem
However, there is as well:
account_key.json -> …/accounts/acme-v01.api.letsencrypt.org/directory/default.json
If two servers have the same default.json is it a problem? I would hate to snowball this probably due to lack of knowledge of how letsencrypt works…
Thanks.
OK well… For those with future interest… This did work. I moved all pems and not the account_key.json of all certs in nginx_certs from one server to another. So far so good!