-
|
Is it possible in LeGo to use an existing account key? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 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"
}
}
|
Beta Was this translation helpful? Give feedback.
-
|
Great, thanks. I'll try this. |
Beta Was this translation helpful? Give feedback.
-
|
In lego v5 (unreleased for now), I added a new command |
Beta Was this translation helpful? Give feedback.
In lego v5 (unreleased for now), I added a new command
accounts recoverthat allow importing an account by providing the private key.