zuazo/ssl_certificate-cookbook

SANs should support IPs

jchauncey opened this issue · 2 comments

When creating our certs they need to also contain a SAN with the ip of the host. Right now this does not occur because the provider only supports DNS entries.
It should look like the following:

[ alt_names ]
#
IP.1 = 192.168.1.100
IP.2 = 127.0.0.1

Hi @jchauncey,

This has been implemented in master. Thanks for reporting!

Released in 1.5.0.