SANs should support IPs
jchauncey opened this issue · 2 comments
jchauncey commented
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
zuazo commented
Hi @jchauncey,
This has been implemented in master. Thanks for reporting!