Enable deployment without the mn create-acme-account
command (documentation or new CLI tool)
#157
Labels
mn create-acme-account
command (documentation or new CLI tool)
#157
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 themn create-acme-account
command.The documentation describes how
openssl genrsa -out /tmp/mydomain.com-key.pem 4096
can be used in place of themn create-key
command. It also says: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 needdelete-acme-account
and perhapscreate-key
for people that don't want to useopenssl
)Alternatively If there is another common/readily-available tool, the documentation could be updated to reference it.
The text was updated successfully, but these errors were encountered: