There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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