NAME
Mojolicious::Plugin::ACME::Command::acme::cert::generate - ACME signed certificate generation
SYNOPSIS
Usage: APPLICATION acme cert generate [OPTIONS]
myapp acme cert generate mydomain.com
myapp acme cert generate -t -a myaccount.key mydomain.com
Options:
-n, --name the name of the file(s) to be generated, defaults to the app's moniker
-d, --domain the domain (or domains is passed multiple times) to be issued (on a single cert)
note that bare arguments are also used as domains
-i, --intermediate the url of the intermediate cert to be chained if "full" is passed
--full, --no-full automatically chain the resulting certificate with the intermediate
defaults to true, use --no-full to disable
-w, --wildcard allow wildcard requests, letsencrypt does not issue wildcard certs (yet?), though others might