import
Import a private key from file. Write a private key to one of the PIV slots on the YubiKey.
ykman piv keys import OPTIONS SLOT PRIVATE-KEY
Options
Description
-h, --help
Show this message and exit.
-m, --management-key TEXT
The management key.
--pin-policy [DEFAULT|NEVER ONCE|ALWAYS]
PIN policy for slot.
-p, --password TEXT
Password used to decrypt the private key.
-P, --pin TEXT
PIN code.
--touch-policy [DEFAULT| NEVER|ALWAYS|CACHED]
Touch policy for slot.
Arguments
Description
PRIVATE-KEY
File containing the private key.
Use '-'
to use stdin
.
SLOT
PIV slot of the private key.
HELP
EXAMPLE
Last updated