More options for the letsencrypt certificate module

It is in principle pretty easy… just copy/paste the commands for the needed functions from https://certbot.eff.org/#centosrhel7-apache and https://certbot.eff.org/docs/using.html#certbot-command-line-options… for example:
certbot --apache -d www.example.com --rsa-key-size 4096 -m nethserver@example.com --redirect --force-renewal

1 Like