The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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