Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Easy migration from certbot? / Starting with existing keypair #21

Open
abeluck opened this issue Nov 9, 2017 · 1 comment
Assignees

Comments

@abeluck
Copy link

abeluck commented Nov 9, 2017

I have an existing LE account and cert+keypair generated by certbot.

However, now I am in the situation where I need to regenerate certs while keeping the same key pair (for pinning purposes), so I want to move to acmebot.

How can I bootstrap acemebot in such a way that I can keep my (1) LE account, (2) public/private keypair? Is this possible?

@plinss
Copy link
Owner

plinss commented Nov 9, 2017

I'm not sure about migrating the LE account information, but I can research it. acmebot just stores the raw json for the client key and registration info from the acme library so it might be doable if I can find the data in the certbot files.

For the client keys, all you need to do is copy the key file(s) into the location that acmebot expects (or configure acmebot to store the keys where they currently are) and it will detect and re-use them (it will auto-generate any missing backup/ecdsa keys).

There's nothing preventing you from using the same key(s) and just registering a new account. You might have issues getting authorizations for domains that are currently authorized under another account, but those expire after 10 days or so.

@plinss plinss self-assigned this Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants