mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-12 11:49:42 +02:00
Implement certify-userid command
This commit is contained in:
parent
7e9a8f61cb
commit
c48a17422f
6 changed files with 177 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
# SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Certify OpenPGP Certificate User IDs
|
||||
no-armor=ASCII armor the output
|
||||
userid=Identities that shall be certified
|
||||
with-key-password.0=Passphrase to unlock the secret key(s).
|
||||
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
||||
no-require-self-sig=Certify the UserID regardless of whether self-certifications are present
|
||||
KEYS[0..*]=Private keys
|
||||
|
||||
standardInput=CERTS
|
||||
standardInputDescription=Certificates that shall be certified
|
||||
standardOutput=CERTS
|
||||
standardOutputDescription=Certified certificates
|
||||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.parameterListHeading=Parameters:%n
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = Commands:%n
|
||||
usage.optionListHeading = Options:%n
|
||||
usage.footerHeading=Powered by picocli%n
|
Loading…
Add table
Add a link
Reference in a new issue