sq-key-subkey-delete - Man Page

Delete a certificate's secret key material

Synopsis

sq key subkey delete [Options]  

Description

Delete a certificate's secret key material.

Unlike `sq key delete`, which deletes all the secret key material, this command only deletes the specified secret key material.

Although the secret key material is deleted, the public keys are retained.  If you don't want the keys to be used anymore you should revoke the keys using `sq key subkey revoke`.

Options

Subcommand options

--binary

Emit binary data

--cert=FILE

Delete secret key material from the specified certificate

--cert-file=CERT_FILE

Delete secret key material from the specified certificate.

Read the certificate from FILE or stdin, if `-`.  It is an error for the file to contain more than one certificate.

--key=FINGERPRINT|KEYID

The keys to delete.

The specified keys may be either the primary key or subkeys.

If the secret key material is managed by multiple devices, it is deleted from all of them.

--output=FILE

Write the stripped certificate to the specified file.

This option only makes sense when deleting the secret key material from a file.  When deleting secret key material managed by the key store using `--cert`, you can get the stripped certificate using `sq key export`.

Global options

See sq(1) for a description of the global options.

Examples

Delete Alice's signing subkey.

    sq key subkey delete --cert \
    EB28F26E2739A4870ECC47726F0073F60FD0CBF0 --key \

42020B87D51877E5AF8D272124F3955B0B8DECC8

See Also

sq(1), sq-key(1), sq-key-subkey(1).

For the full documentation see <https://book.sequoia-pgp.org>.

Version

0.38.0 (sequoia-openpgp 1.21.2)

Referenced By

sq-key-subkey(1).

0.38.0 Sequoia PGP