SYSTEMD-KEYUTIL(1) | systemd-keyutil | SYSTEMD-KEYUTIL(1) |
NAME¶
systemd-keyutil - Perform various operations on private keys and X.509 certificates
SYNOPSIS¶
systemd-keyutil [OPTIONS...] {COMMAND}
DESCRIPTION¶
systemd-keyutil can be used to perform various operations on private keys and X.509 certificates.
COMMANDS¶
validate
As a side effect, if the private key is loaded from a PIN-protected hardware token, this command can be used to cache the PIN in the kernel keyring. The $SYSTEMD_ASK_PASSWORD_KEYRING_TIMEOUT_SEC and $SYSTEMD_ASK_PASSWORD_KEYRING_TYPE environment variables can be used to control how long and in which kernel keyring the PIN is cached.
Added in version 257.
public
Added in version 257.
OPTIONS¶
The following options are understood:
--private-key=PATH/URI, --private-key-source=TYPE[:NAME], --certificate=PATH, --certificate-source=TYPE[:NAME]
Added in version 257.
-h, --help
--version
SEE ALSO¶
systemd 257.4 |