|
NAMECrypt::Perl::X509::Extension::issuerAltName - X.509 issuerAltName extensionSYNOPSISmy $san = Crypt::Perl::X509::Extension::issuerAltName->new( [ dNSName => 'foo.com' ], [ dNSName => 'bar.com' ], [ rfc822Name => 'haha@tld.com' ], ); SEE ALSO
Visit the GSP FreeBSD Man Page Interface. |