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

Enable deployment without the mn create-acme-account command (documentation or new CLI tool) #157

Open
msgilligan opened this issue Jul 13, 2021 · 0 comments

Comments

@msgilligan
Copy link
Contributor

A user deploying from a docker image or a released native-image binary may not have access to a Micronaut project source repository to run the mn create-acme-account command.

The documentation describes how openssl genrsa -out /tmp/mydomain.com-key.pem 4096 can be used in place of the mn create-key command. It also says:

Certbot or many of the other tools out there can also accomplish this step if you dont want to use this tool.

My experience is that Certbot is hard to use "a la carte". I would like to see a standalone (native-image) tool that can just do the create-acme-account command. (I suppose you might also need delete-acme-account and perhaps create-key for people that don't want to use openssl)

Alternatively If there is another common/readily-available tool, the documentation could be updated to reference it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants