You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
In order to use the accounturi CAA feature, the account URI is needed. I was able to extract it from /var/lib/acmed/accounts/bWNs.account.bin, but as that is a binary file, the process is rather unpleasant.
I've migrated from acme-go / lego but wasn't able to import my existing account, so I've let acmed create a new one and therefore I had to change the accounturi from all my CAA DNS records. An ability to import private keys would be a nice to have, so that some does not have to create a new account URI.
In order to use the
accounturiCAA feature, the account URI is needed. I was able to extract it from/var/lib/acmed/accounts/bWNs.account.bin, but as that is a binary file, the process is rather unpleasant.I've migrated from acme-go / lego but wasn't able to import my existing account, so I've let acmed create a new one and therefore I had to change the
accounturifrom all my CAA DNS records. An ability to import private keys would be a nice to have, so that some does not have to create a new account URI.