'\" t .\" Title: container-key .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 20190304 .\" Manual: Open Infrastructure .\" Source: compute-tools .\" Language: English .\" .TH "CONTAINER\-KEY" "1" "20190304" "compute\-tools" "Open Infrastructure" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" container-key \- Manage GnuPG keyring for container operations .SH "SYNOPSIS" .sp \fBcontainer key\fR [\fIOPTIONS\fR] .SH "DESCRIPTION" .sp The container key manages the GnuPG keyring for container operations\&. .SH "OPTIONS" .sp The following container options are available: .PP \fB\-a, \-\-add=\fR\fB\fIKEY\fR\fR .RS 4 Add a key to the keyring\&. .RE .PP \fB\-l, \-\-list\*(Aq\fR .RS 4 List keys in the keyring\&. .RE .PP \fB\-r, \-\-remove=\fR\fB\fIKEY\fR\fR .RS 4 Remove a key from the keyring\&. .RE .SH "EXAMPLES" .PP \fBAdd a key to the keyring:\fR .RS 4 gpg \-\-keyserver hkps://hkps\&.pool\&.sks\-keyservers\&.net \-\-recv 0x1E9B3AED2D9FA8F6 gpg \-\-armor \-\-export 0x1E9B3AED2D9FA8F6 | sudo container key \-\-add \- .RE .PP \fBRemove a key from the keyring:\fR .RS 4 sudo container key \-\-remove 0x1E9B3AED2D9FA8F6 .RE .SH "SEE ALSO" .sp compute\-tools(7), container(1)\&. .SH "HOMEPAGE" .sp More information about compute\-tools and the Open Infrastructure project can be found on the homepage at https://open\-infrastructure\&.net\&. .SH "CONTACT" .sp Bug reports, feature requests, help, patches, support and everything else are welcome on the Open Infrastructure Software Mailing List \&. .sp Debian specific bugs can also be reported in the Debian Bug Tracking System at https://bugs\&.debian\&.org\&. .SH "AUTHORS" .sp compute\-tools were written by Daniel Baumann and others\&.