mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
We are migrating our servers and I was wondering how to maintain the same let's encrypt account (id, keys). #559
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arturmkrtchyan on GitHub (Dec 26, 2021).
Hey folks,
We are using lua-resty-auto-ssl which in turn uses dehydrated to dynamically generate certificates for our clients. We are using dedicated account to generate thousands of certificates. I assume it's important to maintain the same account. Would appreciate any guidance on how to properly copy over the account info to the new server.
Thanks!
@lukas2511 commented on GitHub (Dec 26, 2021):
I don't know what lua-resty-auto-ssl does, but normally dehydrated stores its accounts in the
accountssubdirectory next to its config (or whatever is defined in the config itself). You should be able to just copy that directory over, and maybe also thecertsdirectory to avoid reissuing thousands of certificates.