colin-stubbs / dehydrated-bigip

F5 BIG-IP hook for dehydrated based Let's Encrypt interactions
GNU General Public License v3.0
10 stars 1 forks source link

don't create multiple profiles for single SAN cert #13

Open timriker opened 4 years ago

timriker commented 4 years ago

We have a VS for redirects. This IP is used for thousands of different redirects. We'd like to generate Let's Encrypt certs for all of them in case the user types in the https version of the links. It would be nice to have a domains.txt entry like:

host.example.com host.example.org host.example.net host2.example.com ... > prof_ssl_le0 more.example.com more.example.eu somethingelse.example.net > prof_ssl_le1

The desired outcome would be to have a cert and key uploaded as le0.crt and le0.key and have a profile for prof_ssl_le0 created that we can either manually or automatically attach to the https vip.

The desire is NOT to have a profile created for each of the hosts in the SAN cert.