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

support for --reuse-key #5

Closed
clandmeter opened this issue Jul 21, 2019 · 1 comment
Closed

support for --reuse-key #5

clandmeter opened this issue Jul 21, 2019 · 1 comment

Comments

@clandmeter
Copy link

Hi, uacme looks very interesting to me but i could not find any information in the docs about the lifecycle of the key, I guess its renewed on renew? If so is it possible to a use or create similar option as certbot uses? ie --reuse-key.

@ndilieto
Copy link
Owner

read the manual at https://ndilieto.github.io/uacme/

If the account private key does not exist at CONFDIR/private/key.pem a new key is generated unless -n, --never-create is specified.

If the new account private key does not exist at CONFDIR/private/newkey.pem it is generated unless -n, --never-create is specified.

The private key for the certificate is loaded from CONFDIR/private/DOMAIN/key.pem. If no such file exists, a new key is generated unless -n, --never-create is specified.

Basically you need to place the key file in one of those locations based on what you want to do.

Repository owner locked as resolved and limited conversation to collaborators Jul 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants