The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

SEE ALSO