Skip to content

Commit

Permalink
rauc.1: move --key, --cert, and ---intermediate option to subcommand
Browse files Browse the repository at this point in the history
These are not meant to be valid in global context anymore.

Signed-off-by: Enrico Joerns <ejo@pengutronix.de>
  • Loading branch information
ejoerns committed Feb 10, 2023
1 parent 2d6dcec commit 1999918
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions rauc.1
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,10 @@ not all combinations make sense.
\fB\-c\fR \fIFILENAME\fR, \fB\-\-conf=\fR\fIFILENAME\fR
use the given config file instead of the one at the compiled-in default path

.TP
\fB\-\-cert=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given certificate file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-key=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given private key file or the key referenced by the given PKCS#11 URL

.TP
\fB\-\-keyring=\fR\fIPEMFILE\fR
use specific keyring file

.TP
\fB\-\-intermediate=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
intermediate CA file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-mount=\fR\fIPATH\fR
mount prefix (/mnt/rauc by default)
Expand Down Expand Up @@ -115,6 +103,18 @@ Create a bundle from a content directory.

.RS 4

.TP
\fB\-\-cert=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given certificate file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-key=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given private key file or the key referenced by the given PKCS#11 URL

.TP
\fB\-\-intermediate=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
intermediate CA file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-signing\-keyring=\fR\fIPEMFILE\fR
verification keyring file
Expand All @@ -135,6 +135,18 @@ Resign an already signed bundle.

.RS 4

.TP
\fB\-\-cert=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given certificate file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-key=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given private key file or the key referenced by the given PKCS#11 URL

.TP
\fB\-\-intermediate=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
intermediate CA file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-no\-verify\fR
disable bundle verification
Expand Down Expand Up @@ -191,6 +203,18 @@ Convert an existing bundle to casync index bundle and store.

.RS 4

.TP
\fB\-\-cert=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given certificate file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-key=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given private key file or the key referenced by the given PKCS#11 URL

.TP
\fB\-\-intermediate=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
intermediate CA file or the certificate referenced by the given PKCS#11 URL

.TP
\fB\-\-trust\-environment\fR
trust environment and skip bundle access checks
Expand Down

0 comments on commit 1999918

Please sign in to comment.