List of all flags available ("Secure" or "easy" for apache plugin)

I’m trying to automize installation of the certificate for Apache served domains.
I’m currently using the command:

./letsencrypt-auto --apache -w /path/to/domain/root -d example.com --email user@example.com --agree-tos

such that I don’t need to manually answer to the questions that otherwise are prompted to me.
However there is still one question remaining “easy” or “secure”? Meaning whether I want to allow access to both port 80 and 443 or 443 only.

In the documentation I have not been able to find a list of all available flags in order to pick the one that would answer this question for me.

Can you please link to an updated list or as an alternative provide the correct flag?
Thank you for providing this extremely useful service

letsencrypt-auto --help and letsencrypt-auto --help all

Thanks :slight_smile: