checkIP
Checks whether the certificate matches the given IP address (IPv4 or IPv6).
Only RFC 5280 iPAddress
subject alternative names are considered, and they must match the given ip
address exactly. Other subject alternative names as well as the subject field of the certificate are ignored.
Since
v15.6.0
Return
Returns ip
if the certificate matches, undefined
if it does not.