sslcerts v0.1.2 Sslcerts.Cli.Config View Source
Reads, updates or deletes Sslcerts configuration keys.
sslcerts config KEY [VALUE]
Config keys
email
- The email associated with the certificatedomains
- The domains you are certifyingwebroot
- The root of your static assets to allow certbot to confirm it’s your domainini
- The path of the certbot configs (defaults to /etc/letsencrypt/letsencrypt.ini)keysize
- The size of the certificate key (defaults to 4096)
Command line options
--delete
- Remove a specific config key
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.