.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{ . if \nF \{ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "CRL2PKCS7 1" .TH CRL2PKCS7 1 "2023-09-11" "1.1.1w" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" openssl\-crl2pkcs7, crl2pkcs7 \- Create a PKCS#7 structure from a CRL and certificates .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBopenssl\fR \fBcrl2pkcs7\fR [\fB\-help\fR] [\fB\-inform PEM|DER\fR] [\fB\-outform PEM|DER\fR] [\fB\-in filename\fR] [\fB\-out filename\fR] [\fB\-certfile filename\fR] [\fB\-nocrl\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" The \fBcrl2pkcs7\fR command takes an optional \s-1CRL\s0 and one or more certificates and converts them into a PKCS#7 degenerate \*(L"certificates only\*(R" structure. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-help\fR" 4 .IX Item "-help" Print out a usage message. .IP "\fB\-inform DER|PEM\fR" 4 .IX Item "-inform DER|PEM" This specifies the \s-1CRL\s0 input format. \fB\s-1DER\s0\fR format is \s-1DER\s0 encoded \s-1CRL\s0 structure.\fB\s-1PEM\s0\fR (the default) is a base64 encoded version of the \s-1DER\s0 form with header and footer lines. The default format is \s-1PEM.\s0 .IP "\fB\-outform DER|PEM\fR" 4 .IX Item "-outform DER|PEM" This specifies the PKCS#7 structure output format. \fB\s-1DER\s0\fR format is \s-1DER\s0 encoded PKCS#7 structure.\fB\s-1PEM\s0\fR (the default) is a base64 encoded version of the \s-1DER\s0 form with header and footer lines. The default format is \s-1PEM.\s0 .IP "\fB\-in filename\fR" 4 .IX Item "-in filename" This specifies the input filename to read a \s-1CRL\s0 from or standard input if this option is not specified. .IP "\fB\-out filename\fR" 4 .IX Item "-out filename" Specifies the output filename to write the PKCS#7 structure to or standard output by default. .IP "\fB\-certfile filename\fR" 4 .IX Item "-certfile filename" Specifies a filename containing one or more certificates in \fB\s-1PEM\s0\fR format. All certificates in the file will be added to the PKCS#7 structure. This option can be used more than once to read certificates from multiple files. .IP "\fB\-nocrl\fR" 4 .IX Item "-nocrl" Normally a \s-1CRL\s0 is included in the output file. With this option no \s-1CRL\s0 is included in the output file and a \s-1CRL\s0 is not read from the input file. .SH "EXAMPLES" .IX Header "EXAMPLES" Create a PKCS#7 structure from a certificate and \s-1CRL:\s0 .PP .Vb 1 \& openssl crl2pkcs7 \-in crl.pem \-certfile cert.pem \-out p7.pem .Ve .PP Creates a PKCS#7 structure in \s-1DER\s0 format with no \s-1CRL\s0 from several different certificates: .PP .Vb 2 \& openssl crl2pkcs7 \-nocrl \-certfile newcert.pem \& \-certfile demoCA/cacert.pem \-outform DER \-out p7.der .Ve .SH "NOTES" .IX Header "NOTES" The output file is a PKCS#7 signed data structure containing no signers and just certificates and an optional \s-1CRL.\s0 .PP This utility can be used to send certificates and CAs to Netscape as part of the certificate enrollment process. This involves sending the \s-1DER\s0 encoded output as \s-1MIME\s0 type application/x\-x509\-user\-cert. .PP The \fB\s-1PEM\s0\fR encoded form with the header and footer lines removed can be used to install user certificates and CAs in \s-1MSIE\s0 using the Xenroll control. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fIpkcs7\fR\|(1) .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use this file except in compliance with the License. You can obtain a copy in the file \s-1LICENSE\s0 in the source distribution or at <https://www.openssl.org/source/license.html>.
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CA.pl.1 | File | 12.08 KB | 0644 |
|
asn1parse.1 | File | 10.95 KB | 0644 |
|
c_rehash.1 | File | 8.57 KB | 0644 |
|
ca.1 | File | 32.7 KB | 0644 |
|
ciphers.1 | File | 37.32 KB | 0644 |
|
cms.1 | File | 31.95 KB | 0644 |
|
crl.1 | File | 7.5 KB | 0644 |
|
crl2pkcs7.1 | File | 7.27 KB | 0644 |
|
dgst.1 | File | 11.63 KB | 0644 |
|
dhparam.1 | File | 9.1 KB | 0644 |
|
dsa.1 | File | 9.78 KB | 0644 |
|
dsaparam.1 | File | 7.82 KB | 0644 |
|
ec.1 | File | 10.64 KB | 0644 |
|
ecparam.1 | File | 9.96 KB | 0644 |
|
enc.1 | File | 19.46 KB | 0644 |
|
engine.1 | File | 7.18 KB | 0644 |
|
errstr.1 | File | 4.97 KB | 0644 |
|
gendsa.1 | File | 6.96 KB | 0644 |
|
genpkey.1 | File | 15.69 KB | 0644 |
|
genrsa.1 | File | 8.06 KB | 0644 |
|
list.1 | File | 6.35 KB | 0644 |
|
nseq.1 | File | 6.25 KB | 0644 |
|
ocsp.1 | File | 23.59 KB | 0644 |
|
openssl-asn1parse.1 | File | 10.95 KB | 0644 |
|
openssl-c_rehash.1 | File | 8.57 KB | 0644 |
|
openssl-ca.1 | File | 32.7 KB | 0644 |
|
openssl-ciphers.1 | File | 37.32 KB | 0644 |
|
openssl-cms.1 | File | 31.95 KB | 0644 |
|
openssl-crl.1 | File | 7.5 KB | 0644 |
|
openssl-crl2pkcs7.1 | File | 7.27 KB | 0644 |
|
openssl-dgst.1 | File | 11.63 KB | 0644 |
|
openssl-dhparam.1 | File | 9.1 KB | 0644 |
|
openssl-dsa.1 | File | 9.78 KB | 0644 |
|
openssl-dsaparam.1 | File | 7.82 KB | 0644 |
|
openssl-ec.1 | File | 10.64 KB | 0644 |
|
openssl-ecparam.1 | File | 9.96 KB | 0644 |
|
openssl-enc.1 | File | 19.46 KB | 0644 |
|
openssl-engine.1 | File | 7.18 KB | 0644 |
|
openssl-errstr.1 | File | 4.97 KB | 0644 |
|
openssl-gendsa.1 | File | 6.96 KB | 0644 |
|
openssl-genpkey.1 | File | 15.69 KB | 0644 |
|
openssl-genrsa.1 | File | 8.06 KB | 0644 |
|
openssl-list.1 | File | 6.35 KB | 0644 |
|
openssl-nseq.1 | File | 6.25 KB | 0644 |
|
openssl-ocsp.1 | File | 23.59 KB | 0644 |
|
openssl-passwd.1 | File | 7.18 KB | 0644 |
|
openssl-pkcs12.1 | File | 17.9 KB | 0644 |
|
openssl-pkcs7.1 | File | 7.11 KB | 0644 |
|
openssl-pkcs8.1 | File | 15.66 KB | 0644 |
|
openssl-pkey.1 | File | 8.81 KB | 0644 |
|
openssl-pkeyparam.1 | File | 6.18 KB | 0644 |
|
openssl-pkeyutl.1 | File | 15.88 KB | 0644 |
|
openssl-prime.1 | File | 5.38 KB | 0644 |
|
openssl-rand.1 | File | 6.68 KB | 0644 |
|
openssl-rehash.1 | File | 8.57 KB | 0644 |
|
openssl-req.1 | File | 29.78 KB | 0644 |
|
openssl-rsa.1 | File | 10.42 KB | 0644 |
|
openssl-rsautl.1 | File | 10.7 KB | 0644 |
|
openssl-s_client.1 | File | 36.29 KB | 0644 |
|
openssl-s_server.1 | File | 34.3 KB | 0644 |
|
openssl-s_time.1 | File | 12.1 KB | 0644 |
|
openssl-sess_id.1 | File | 8.86 KB | 0644 |
|
openssl-smime.1 | File | 23.06 KB | 0644 |
|
openssl-speed.1 | File | 7.02 KB | 0644 |
|
openssl-spkac.1 | File | 8.53 KB | 0644 |
|
openssl-srp.1 | File | 5.8 KB | 0644 |
|
openssl-storeutl.1 | File | 7.48 KB | 0644 |
|
openssl-ts.1 | File | 28.03 KB | 0644 |
|
openssl-tsget.1 | File | 11.17 KB | 0644 |
|
openssl-verify.1 | File | 33.23 KB | 0644 |
|
openssl-version.1 | File | 5.36 KB | 0644 |
|
openssl-x509.1 | File | 37.6 KB | 0644 |
|
openssl.1 | File | 21.09 KB | 0644 |
|
passwd.1 | File | 7.18 KB | 0644 |
|
pkcs12.1 | File | 17.9 KB | 0644 |
|
pkcs7.1 | File | 7.11 KB | 0644 |
|
pkcs8.1 | File | 15.66 KB | 0644 |
|
pkey.1 | File | 8.81 KB | 0644 |
|
pkeyparam.1 | File | 6.18 KB | 0644 |
|
pkeyutl.1 | File | 15.88 KB | 0644 |
|
prime.1 | File | 5.38 KB | 0644 |
|
rand.1 | File | 6.68 KB | 0644 |
|
rehash.1 | File | 8.57 KB | 0644 |
|
req.1 | File | 29.78 KB | 0644 |
|
rsa.1 | File | 10.42 KB | 0644 |
|
rsautl.1 | File | 10.7 KB | 0644 |
|
s_client.1 | File | 36.29 KB | 0644 |
|
s_server.1 | File | 34.3 KB | 0644 |
|
s_time.1 | File | 12.1 KB | 0644 |
|
sess_id.1 | File | 8.86 KB | 0644 |
|
smime.1 | File | 23.06 KB | 0644 |
|
speed.1 | File | 7.02 KB | 0644 |
|
spkac.1 | File | 8.53 KB | 0644 |
|
srp.1 | File | 5.8 KB | 0644 |
|
storeutl.1 | File | 7.48 KB | 0644 |
|
ts.1 | File | 28.03 KB | 0644 |
|
tsget.1 | File | 11.17 KB | 0644 |
|
verify.1 | File | 33.23 KB | 0644 |
|
version.1 | File | 5.36 KB | 0644 |
|
x509.1 | File | 37.6 KB | 0644 |
|