FreeBSD Manual Pages
Crypt::Perl::PKCS10::AUserbContributed:PerlSDocumenribute::extensionRequest(3) NAME Crypt::Perl::PKCS10::Attribute::extensionRequest - CSR aextensionRequesta attribute SYNOPSIS #Each object passed should be an instance of a subclass of #Crypt::Perl::X509::Extension my $exreq = Crypt::Perl::PKCS10::Attribute::extensionRequest->new( @EXTN_OBJS ); #...or: my $exreq = Crypt::Perl::PKCS10::Attribute::extensionRequest->new( [ $extn_type1 => @args1 ], [ $extn_type2 => @args2 ], ); #...for example: my $exreq = Crypt::Perl::PKCS10::Attribute::extensionRequest->new( [ 'subjectAltName', [ dNSName => 'foo.com' ], [ dNSName => 'haha.tld' ], ], ); DESCRIPTION Instances of this class represent an "extensionRequest" attribute of a PKCS #10 Certificate Signing Request (CSR). You probably donat need to instantiate this class directly; instead, you can instantiate it implicitly by listing out arguments to Crypt::Perl::PKCS10as constructor. See that moduleas SYNOPSIS for an example. Look in the Crypt::Perl distributionas "Crypt::Perl::X509::Extension" namespace for supported extensions. perl v5.32.0 Crypt::Perl::PKCS10::Attribute::extensionRequest(3)
NAME | SYNOPSIS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Crypt::Perl::PKCS10::Attribute::extensionRequest&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>