Existing account key
#2157
|
Is it possible in LeGo to use an existing account key? |
Answered by
ldez
Mar 25, 2026
Replies: 3 comments 6 replies
|
Hello, technically, yes it's possible but not trivial, you have to reconstruct the following tree and files: treeaccount.json{
"email": "myemail@exmaple.com",
"registration": {
"body": {
"status": "valid",
"contact": [
"mailto:myemail@exmaple.com"
]
},
"uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/123456789"
}
}
|
5 replies
|
Great, thanks. I'll try this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In lego v5 (unreleased for now), I added a new command
accounts recoverthat allow importing an account by providing the private key.