blacklabelops-legacy / letsencrypt

Dockerized Letsencrypt Client
https://hub.docker.com/r/blacklabelops/letsencrypt/
MIT License
51 stars 17 forks source link

use --expand ? #3

Closed wivaku closed 6 years ago

wivaku commented 6 years ago

Is it possible to add default / make it configurable: --expand:

tells Certbot to update an existing certificate with a new certificate that contains all of the old domains and one or more additional new domains. With the --expand option, use the -d option to specify all existing domains and one or more new domains

https://certbot.eff.org/docs/using.html#re-creating-and-updating-existing-certificates

blacklabelops commented 6 years ago

You can now add all parameters to any command.

wivaku commented 6 years ago

thanks Steffen!