Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support host names in TLS certificates (#948)
This commit updates TLS certificate generator to detect if IP address or host name was used as host value. If host name is detected field `DNSNames` of x509 SAN extenstion is used instead of `IPAddresses`. * https://en.wikipedia.org/wiki/Subject_Alternative_Name * https://tools.ietf.org/html/rfc5280#section-4.2.1.6 This contributes towards fixing #337. Co-authored-by: SIGSEGV <gnu.crazier@gmail.com>
- Loading branch information