GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Crypt::Perl::X509::Extension::subjectAltName(3) User Contributed Perl Documentation Crypt::Perl::X509::Extension::subjectAltName(3)

Crypt::Perl::X509::Extension::subjectAltName - X.509 subjectAltName extension

    my $san = Crypt::Perl::X509::Extension::subjectAltName->new(
        [ dNSName => 'foo.com' ],
        [ dNSName => 'bar.com' ],
        [ rfc822Name => 'haha@tld.com' ],
    );

Instances of this class represent a "subjectAltName" extension of an X.509 (SSL) certificate.

You probably don’t need to instantiate this class directly; instead, you can instantiate it implicitly by listing out arguments to Crypt::Perl::PKCS10’s constructor. See that module’s SYNOPSIS for an example.

You can also use instances of this class as arguments to Crypt::Perl::PKCS10::Attribute::extensionRequest’s constructor to include a request for a "subjectAltName" extension in a PKCS #10 Certificate Signing Request.

<https://tools.ietf.org/html/rfc5280#section-4.2.1.6>
2018-07-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.