|
Returns a pointer to a list of SANs. Each SAN is represented as a pointer to a list containing two items - the SAN type (IP, DNS, dirName, etc.) and its value. The value is represented in its decoded ASN.1 form.Example return value: [ [ "DNS", "example.com" ], [ "email", "foo@example.com" ] ]
Visit the GSP FreeBSD Man Page Interface. |