Moving to another server

Guys is it OK or reasonable to rsync the contents of .acme.sh/* to another server with the same OS hostname and setup or is this frowned upon ?
I have installed the current acme.sh via wget and wondered if cloning is OK?
Im hoping to migrate a mailserver to another host and want to migrate the account details (forgotten) that are inside the account.conf along with the certificate.
This is on debian 10 using acme.sh

1 Like

This should be fine. By copying the entire directory, this will copy over all ACME accounts, certificate configurations, certificates and keys etc.

To make renewal work on the new server you need to setup a cronjob though. The acme.sh README explains different methods to do this (manual or automatic ways).

2 Likes

Thankyou sir I was hoping this was the case !

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.