⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 crl2pkcs7.pod

📁 开源项目openssl的源码
💻 POD
字号:
=pod=head1 NAMEcrl2pkcs7 - Create a PKCS#7 structure from a CRL and certificates.=head1 SYNOPSISB<openssl> B<crl2pkcs7>[B<-inform PEM|DER>][B<-outform PEM|DER>][B<-in filename>][B<-out filename>][B<-certfile filename>][B<-nocrl>]=head1 DESCRIPTIONThe B<crl2pkcs7> command takes an optional CRL and one or morecertificates and converts them into a PKCS#7 degenerate "certificatesonly" structure.=head1 COMMAND OPTIONS=over 4=item B<-inform DER|PEM>This specifies the CRL input format. B<DER> format is DER encoded CRLstructure.B<PEM> (the default) is a base64 encoded version ofthe DER form with header and footer lines.=item B<-outform DER|PEM>This specifies the PKCS#7 structure output format. B<DER> format is DERencoded PKCS#7 structure.B<PEM> (the default) is a base64 encoded version ofthe DER form with header and footer lines.=item B<-in filename>This specifies the input filename to read a CRL from or standard input if thisoption is not specified.=item B<-out filename>specifies the output filename to write the PKCS#7 structure to or standardoutput by default.=item B<-certfile filename>specifies a filename containing one or more certificates in B<PEM> format.All certificates in the file will be added to the PKCS#7 structure. Thisoption can be used more than once to read certificates form multiplefiles.=item B<-nocrl>normally a CRL is included in the output file. With this option no CRL isincluded in the output file and a CRL is not read from the input file.=back=head1 EXAMPLESCreate a PKCS#7 structure from a certificate and CRL: openssl crl2pkcs7 -in crl.pem -certfile cert.pem -out p7.pemCreates a PKCS#7 structure in DER format with no CRL from severaldifferent certificates: openssl crl2pkcs7 -nocrl -certfile newcert.pem 	-certfile demoCA/cacert.pem -outform DER -out p7.der=head1 NOTESThe output file is a PKCS#7 signed data structure containing no signers andjust certificates and an optional CRL.This utility can be used to send certificates and CAs to Netscape as part ofthe certificate enrollment process. This involves sending the DER encoded outputas MIME type application/x-x509-user-cert.The B<PEM> encoded form with the header and footer lines removed can be used toinstall user certificates and CAs in MSIE using the Xenroll control.=head1 SEE ALSOL<pkcs7(1)|pkcs7(1)>=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -