nginx-proxy / acme-companion

Automated ACME SSL certificate generation for nginx-proxy
MIT License
7.42k stars 825 forks source link

Allow Passing Arbitrary Parameters to acme.sh #1161

Closed dotsam closed 3 weeks ago

dotsam commented 3 weeks ago

My use-case here is to support DNS Alias Mode, but figured that a more generic way to pass additional parameters to the acme.sh --issue invocation would be more flexible for other needs.

This could obviously lead to support issues if people include conflicting parameters, but also opens up a lot of flexibility to not have to implement other more-specific features.