mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 13:52:06 +01:00
Update man page documentation
This commit is contained in:
parent
db9745d7a2
commit
095e58eddc
15 changed files with 124 additions and 1193 deletions
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-armor
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-ARMOR" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-ARMOR" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,7 @@
|
|||
pgpainless\-cli\-armor \- Add ASCII Armor to standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli armor\fP [\fB\-\-label\fP=\fI{auto|sig|key|cert|message}\fP]
|
||||
\fBpgpainless\-cli armor\fP [\fB\-\-stacktrace\fP] [\fB\-\-label\fP=\fI{auto|sig|key|cert|message}\fP]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -40,99 +40,8 @@ pgpainless\-cli\-armor \- Add ASCII Armor to standard input
|
|||
.RS 4
|
||||
Label to be used in the header and tail of the armoring
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
Print Stacktrace
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-dearmor
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-DEARMOR" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-DEARMOR" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,102 +31,12 @@
|
|||
pgpainless\-cli\-dearmor \- Remove ASCII Armor from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli dearmor\fP
|
||||
\fBpgpainless\-cli dearmor\fP [\fB\-\-stacktrace\fP]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "EXIT CODES:"
|
||||
.SH "OPTIONS"
|
||||
.sp
|
||||
\fB0\fP
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
Print Stacktrace
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-decrypt
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-DECRYPT" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-DECRYPT" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,7 @@
|
|||
pgpainless\-cli\-decrypt \- Decrypt a message from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli decrypt\fP [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP]
|
||||
\fBpgpainless\-cli decrypt\fP [\fB\-\-stacktrace\fP] [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP]
|
||||
[\fB\-\-session\-key\-out\fP=\fISESSIONKEY\fP] [\fB\-\-verify\-out\fP=\fIVERIFICATIONS\fP]
|
||||
[\fB\-\-verify\-with\fP=\fICERT\fP]... [\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]...
|
||||
[\fB\-\-with\-password\fP=\fIPASSWORD\fP]... [\fB\-\-with\-session\-key\fP=\fISESSIONKEY\fP]...
|
||||
|
@ -65,6 +65,11 @@ Defaults to beginning of time (\(aq\-\(aq).
|
|||
Can be used to learn the session key on successful decryption
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-verify\-out\fP=\fIVERIFICATIONS\fP
|
||||
.RS 4
|
||||
Emits signature verification status to the designated output
|
||||
|
@ -87,6 +92,8 @@ Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|||
Symmetric passphrase to decrypt the message with.
|
||||
.sp
|
||||
Enables decryption based on any "SKESK" packets in the "CIPHERTEXT".
|
||||
.sp
|
||||
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-with\-session\-key\fP=\fISESSIONKEY\fP
|
||||
|
@ -103,99 +110,3 @@ Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
|
|||
.RS 4
|
||||
Secret keys to attempt decryption with
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-encrypt
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-ENCRYPT" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-ENCRYPT" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,9 +31,9 @@
|
|||
pgpainless\-cli\-encrypt \- Encrypt a message from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli encrypt\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-as\fP=\fI{binary|text}\fP] [\fB\-\-sign\-with\fP=\fIKEY\fP]...
|
||||
[\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]... [\fB\-\-with\-password\fP=\fIPASSWORD\fP]...
|
||||
[\fICERTS\fP...]
|
||||
\fBpgpainless\-cli encrypt\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-as\fP=\fI{binary|text}\fP]
|
||||
[\fB\-\-sign\-with\fP=\fIKEY\fP]... [\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]...
|
||||
[\fB\-\-with\-password\fP=\fIPASSWORD\fP]... [\fICERTS\fP...]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -53,6 +53,11 @@ ASCII armor the output
|
|||
Sign the output with a private key
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP
|
||||
.RS 4
|
||||
Passphrase to unlock the secret key(s).
|
||||
|
@ -72,99 +77,3 @@ Is an INDIRECT data type (e.g. file, environment variable, file descriptor...)
|
|||
.RS 4
|
||||
Certificates the message gets encrypted to
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-extract-cert
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-EXTRACT\-CERT" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-EXTRACT\-CERT" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,7 @@
|
|||
pgpainless\-cli\-extract\-cert \- Extract a public key certificate from a secret key from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli extract\-cert\fP [\fB\-\-[no\-]armor\fP]
|
||||
\fBpgpainless\-cli extract\-cert\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -40,99 +40,8 @@ pgpainless\-cli\-extract\-cert \- Extract a public key certificate from a secret
|
|||
.RS 4
|
||||
ASCII armor the output
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
Print Stacktrace
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-generate-completion
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source: generate-completion 4.6.3
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-GENERATE\-COMPLETION" "1" "2022-08-07" "generate\-completion 4.6.3" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-GENERATE\-COMPLETION" "1" "2022-11-06" "generate\-completion 4.6.3" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -28,10 +28,10 @@
|
|||
. LINKSTYLE blue R < >
|
||||
.\}
|
||||
.SH "NAME"
|
||||
pgpainless\-cli\-generate\-completion \- Generate bash/zsh completion script for pgpainless\-cli.
|
||||
pgpainless\-cli\-generate\-completion \- Stateless OpenPGP Protocol
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli generate\-completion\fP [\fB\-hV\fP]
|
||||
\fBpgpainless\-cli generate\-completion\fP [\fB\-hV\fP] [\fB\-\-stacktrace\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
Generate bash/zsh completion script for pgpainless\-cli.
|
||||
|
@ -49,6 +49,11 @@ source <(pgpainless\-cli generate\-completion)
|
|||
Show this help message and exit.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-V\fP, \fB\-\-version\fP
|
||||
.RS 4
|
||||
Print version information and exit.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-generate-key
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-GENERATE\-KEY" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-GENERATE\-KEY" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,8 @@
|
|||
pgpainless\-cli\-generate\-key \- Generate a secret key
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli generate\-key\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP] [\fI<userId>\fP...]
|
||||
\fBpgpainless\-cli generate\-key\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]
|
||||
[\fIUSERID\fP...]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -41,6 +42,11 @@ pgpainless\-cli\-generate\-key \- Generate a secret key
|
|||
ASCII armor the output
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP
|
||||
.RS 4
|
||||
Password to protect the private key with
|
||||
|
@ -49,104 +55,8 @@ Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|||
.RE
|
||||
.SH "ARGUMENTS"
|
||||
.sp
|
||||
[\fI<userId>\fP...]
|
||||
[\fIUSERID\fP...]
|
||||
.RS 4
|
||||
User\-ID, e.g. "Alice <\c
|
||||
.MTO "alice\(atexample.com" "" ">""
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-help
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-HELP" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-HELP" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -28,10 +28,10 @@
|
|||
. LINKSTYLE blue R < >
|
||||
.\}
|
||||
.SH "NAME"
|
||||
pgpainless\-cli\-help \- Display usage information for the specified subcommand
|
||||
pgpainless\-cli\-help \- Stateless OpenPGP Protocol
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli help\fP [\fB\-h\fP] [\fICOMMAND\fP]
|
||||
\fBpgpainless\-cli help\fP [\fB\-h\fP] [\fB\-\-stacktrace\fP] [\fICOMMAND\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
When no COMMAND is given, the usage help for the main command is displayed.
|
||||
|
@ -42,6 +42,11 @@ If a COMMAND is specified, the help for that command is shown.
|
|||
.RS 4
|
||||
Show usage help for the help command and exit.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.SH "ARGUMENTS"
|
||||
.sp
|
||||
[\fICOMMAND\fP]
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-inline-detach
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-INLINE\-DETACH" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-INLINE\-DETACH" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,7 @@
|
|||
pgpainless\-cli\-inline\-detach \- Split signatures from a clearsigned message
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli inline\-detach\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-signatures\-out\fP=\fISIGNATURES\fP]
|
||||
\fBpgpainless\-cli inline\-detach\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-signatures\-out\fP=\fISIGNATURES\fP]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -45,99 +45,8 @@ ASCII armor the output
|
|||
.RS 4
|
||||
Destination to which a detached signatures block will be written
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
Print Stacktrace
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-inline-sign
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-INLINE\-SIGN" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-INLINE\-SIGN" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,8 @@
|
|||
pgpainless\-cli\-inline\-sign \- Create an inline\-signed message from data on standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli inline\-sign\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-as\fP=\fI{binary|text|cleartextsigned}\fP]
|
||||
\fBpgpainless\-cli inline\-sign\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-as\fP=
|
||||
\fI{binary|text|cleartextsigned}\fP]
|
||||
[\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]... [\fIKEYS\fP...]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
|
@ -55,6 +56,11 @@ If \(aq\-\-as=text\(aq and the input data is not valid UTF\-8, inline\-sign fail
|
|||
ASCII armor the output
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP
|
||||
.RS 4
|
||||
Passphrase to unlock the secret key(s).
|
||||
|
@ -67,99 +73,3 @@ Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|||
.RS 4
|
||||
Secret keys used for signing
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-inline-verify
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-INLINE\-VERIFY" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-INLINE\-VERIFY" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,8 +31,8 @@
|
|||
pgpainless\-cli\-inline\-verify \- Verify inline\-signed data from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli inline\-verify\fP [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP]
|
||||
[\fB\-\-verifications\-out\fP=\fI<verificationsOut>\fP] \fICERT\fP...
|
||||
\fBpgpainless\-cli inline\-verify\fP [\fB\-\-stacktrace\fP] [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP]
|
||||
[\fB\-\-verifications\-out\fP=\fI<verificationsOut>\fP] [\fICERT\fP...]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -57,109 +57,18 @@ Reject signatures with a creation date not in range.
|
|||
Defaults to beginning of time ("\-").
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-verifications\-out\fP=\fI<verificationsOut>\fP
|
||||
.RS 4
|
||||
File to write details over successful verifications to
|
||||
.RE
|
||||
.SH "ARGUMENTS"
|
||||
.sp
|
||||
\fICERT\fP...
|
||||
[\fICERT\fP...]
|
||||
.RS 4
|
||||
Public key certificates for signature verification
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-sign
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-SIGN" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-SIGN" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,8 +31,8 @@
|
|||
pgpainless\-cli\-sign \- Create a detached signature on the data from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli sign\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-as\fP=\fI{binary|text}\fP] [\fB\-\-micalg\-out\fP=\fIMICALG\fP]
|
||||
[\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]... [\fIKEYS\fP...]
|
||||
\fBpgpainless\-cli sign\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-as\fP=\fI{binary|text}\fP]
|
||||
[\fB\-\-micalg\-out\fP=\fIMICALG\fP] [\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP]... [\fIKEYS\fP...]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -42,6 +42,8 @@ pgpainless\-cli\-sign \- Create a detached signature on the data from standard i
|
|||
Specify the output format of the signed message
|
||||
.sp
|
||||
Defaults to \(aqbinary\(aq.
|
||||
.sp
|
||||
If \(aq\-\-as=text\(aq and the input data is not valid UTF\-8, sign fails with return code 53.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-micalg\-out\fP=\fIMICALG\fP
|
||||
|
@ -54,6 +56,11 @@ Emits the digest algorithm used to the specified file in a way that can be used
|
|||
ASCII armor the output
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-with\-key\-password\fP=\fIPASSWORD\fP
|
||||
.RS 4
|
||||
Passphrase to unlock the secret key(s).
|
||||
|
@ -66,99 +73,3 @@ Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|||
.RS 4
|
||||
Secret keys used for signing
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-verify
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-VERIFY" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-VERIFY" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,8 @@
|
|||
pgpainless\-cli\-verify \- Verify a detached signature over the data from standard input
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli verify\fP [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP] \fISIGNATURE\fP \fICERT\fP...
|
||||
\fBpgpainless\-cli verify\fP [\fB\-\-stacktrace\fP] [\fB\-\-not\-after\fP=\fIDATE\fP] [\fB\-\-not\-before\fP=\fIDATE\fP] \fISIGNATURE\fP
|
||||
\fICERT\fP...
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -44,6 +45,11 @@ Reject signatures with a creation date not in range.
|
|||
.sp
|
||||
Defaults to beginning of time ("\-").
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.SH "ARGUMENTS"
|
||||
.sp
|
||||
\fISIGNATURE\fP
|
||||
|
@ -53,101 +59,4 @@ Detached signature
|
|||
.sp
|
||||
\fICERT\fP...
|
||||
.RS 4
|
||||
Public key certificates for signature verification
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli-version
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI\-VERSION" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI\-VERSION" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,7 +31,7 @@
|
|||
pgpainless\-cli\-version \- Display version information about the tool
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli version\fP [\fB\-\-extended\fP | \fB\-\-backend\fP]
|
||||
\fBpgpainless\-cli version\fP [\fB\-\-stacktrace\fP] [\fB\-\-extended\fP | \fB\-\-backend\fP]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
|
@ -45,99 +45,8 @@ Print information about the cryptographic backend
|
|||
.RS 4
|
||||
Print an extended version string
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
\fB0\fP
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Successful program execution
|
||||
.RE
|
||||
.sp
|
||||
\fB1\fP
|
||||
.RS 4
|
||||
Generic program error
|
||||
.RE
|
||||
.sp
|
||||
\fB3\fP
|
||||
.RS 4
|
||||
Verification requested but no verifiable signature found
|
||||
.RE
|
||||
.sp
|
||||
\fB13\fP
|
||||
.RS 4
|
||||
Unsupported asymmetric algorithm
|
||||
.RE
|
||||
.sp
|
||||
\fB17\fP
|
||||
.RS 4
|
||||
Certificate is not encryption capable
|
||||
.RE
|
||||
.sp
|
||||
\fB19\fP
|
||||
.RS 4
|
||||
Usage error: Missing argument
|
||||
.RE
|
||||
.sp
|
||||
\fB23\fP
|
||||
.RS 4
|
||||
Incomplete verification instructions
|
||||
.RE
|
||||
.sp
|
||||
\fB29\fP
|
||||
.RS 4
|
||||
Unable to decrypt
|
||||
.RE
|
||||
.sp
|
||||
\fB31\fP
|
||||
.RS 4
|
||||
Password is not human\-readable
|
||||
.RE
|
||||
.sp
|
||||
\fB37\fP
|
||||
.RS 4
|
||||
Unsupported Option
|
||||
.RE
|
||||
.sp
|
||||
\fB41\fP
|
||||
.RS 4
|
||||
Invalid data or data of wrong type encountered
|
||||
.RE
|
||||
.sp
|
||||
\fB53\fP
|
||||
.RS 4
|
||||
Non\-text input received where text was expected
|
||||
.RE
|
||||
.sp
|
||||
\fB59\fP
|
||||
.RS 4
|
||||
Output file already exists
|
||||
.RE
|
||||
.sp
|
||||
\fB61\fP
|
||||
.RS 4
|
||||
Input file does not exist
|
||||
.RE
|
||||
.sp
|
||||
\fB67\fP
|
||||
.RS 4
|
||||
Cannot unlock password protected secret key
|
||||
.RE
|
||||
.sp
|
||||
\fB69\fP
|
||||
.RS 4
|
||||
Unsupported subcommand
|
||||
.RE
|
||||
.sp
|
||||
\fB71\fP
|
||||
.RS 4
|
||||
Unsupported special prefix (e.g. "@env/@fd") of indirect parameter
|
||||
.RE
|
||||
.sp
|
||||
\fB73\fP
|
||||
.RS 4
|
||||
Ambiguous input (a filename matching the designator already exists)
|
||||
.RE
|
||||
.sp
|
||||
\fB79\fP
|
||||
.RS 4
|
||||
Key is not signing capable
|
||||
Print Stacktrace
|
||||
.RE
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: pgpainless-cli
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2022-08-07
|
||||
.\" Date: 2022-11-06
|
||||
.\" Manual: PGPainless-CLI Manual
|
||||
.\" Source:
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "PGPAINLESS\-CLI" "1" "2022-08-07" "" "PGPainless\-CLI Manual"
|
||||
.TH "PGPAINLESS\-CLI" "1" "2022-11-06" "" "PGPainless\-CLI Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -31,14 +31,20 @@
|
|||
pgpainless\-cli \- Stateless OpenPGP Protocol
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli\fP [COMMAND]
|
||||
\fBpgpainless\-cli\fP [\fB\-\-stacktrace\fP] [COMMAND]
|
||||
.SH "DESCRIPTION"
|
||||
|
||||
.SH "OPTIONS"
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print Stacktrace
|
||||
.RE
|
||||
.SH "COMMANDS"
|
||||
.sp
|
||||
\fBhelp\fP
|
||||
.RS 4
|
||||
Display usage information for the specified subcommand
|
||||
Stateless OpenPGP Protocol
|
||||
.RE
|
||||
.sp
|
||||
\fBarmor\fP
|
||||
|
@ -103,7 +109,7 @@ Display version information about the tool
|
|||
.sp
|
||||
\fBgenerate\-completion\fP
|
||||
.RS 4
|
||||
Generate bash/zsh completion script for pgpainless\-cli.
|
||||
Stateless OpenPGP Protocol
|
||||
.RE
|
||||
.SH "EXIT CODES:"
|
||||
.sp
|
||||
|
|
Loading…
Reference in a new issue