Merge all certs into one LE account

Hopefully that title makes sense.

Command using CryptLE client from https://github.com/do-know/Crypt-LE :
le32.exe -key account.key -csr stephen.yi.org.csr -csr-key stephen.yi.org.key -crt stephen.yi.org.crt -domains "stephen.yi.org" -generate-missing -path "WEBPATH\.well-known\acme-challenge" -live

(BTW, I know stephen.yi.org does not yet have the cert implemented yet, but doesn’t pertain to my issue.)

So I have stephen.yi.org using one account.key file, but my other domains on this server are using a different account.key file.

Is there any way to disassociate stephen.yi.org from its account.key and migrate it to the account.key used for my other domains?

Although which key a domain has is not really that relevant, you can use the other key and re-issue the cert.
So it would actually be a new cert.

Awesome – it works! Many thanks!

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