Closed InteXX closed 11 months ago
Per Let's Encrypt support, new account creation has minimal impact. Accounts are not tied to email addresses and addresses can be used multiple times; they are not unique identifiers.
The only impact in the case of a lost (or unavailable) key and subsequent new account creation will be the loss of any rate limiting adjustment previously requested and delegated to the old account.
That said, it may be preferable to obtain and store the account key for future use, after creating a new account because no key was available. That decision, of course, depends upon each individual use case.
Per the documentation, we're to use an existing ACME account like so:
But there's no discussion on where to get this key if we have an account but have never renewed using Certes.
I tried using both a
.DER
and a.PEM
as exported from my website's TLS certificate (by Let's Encrypt), but I encountered errors with each:Clearly I'm using the wrong
.DER/.PEM
. But where are the correct ones?Where are we supposed to get these from?
--EDIT--
Here's my code: