Yubikey
YubicoBitwardenGPG ToolsDonate Coffee
PIV
PIV
  • Introduction
  • Getting Started
    • ⭕1. Interface
    • ⭕2. PINs
      • 🟣About
      • 🟣Defaults
      • 🟣Change
    • ⭕3. CLI
    • ⭕4. Certificates
    • ⭕5. Reset
  • SLOTS
    • ⭕9A
      • 🟣Certreq
      • 🟣OpenSSL
    • ⭕9C
    • ⭕9D
    • ⭕9E
  • Generate
    • ⭕File Extensions
    • ⭕With OpenSSL
      • 🟣distinguished_name
      • 🟣keyUsage
      • 🟣extendedKeyUsage
    • ⭕With XCA
  • commands
    • ⭕info
    • ⭕reset
    • ⭕access
      • 🟣change-management-key
      • 🟣change-pin
      • 🟣change-puk
      • 🟣set-retries
      • 🟣unblock-pin
    • ⭕certificates
      • 🟣delete
      • 🟣export
      • 🟣generate
      • 🟣import
      • 🟣request
    • ⭕keys
      • 🟣attest
      • 🟣export
      • 🟣generate
      • 🟣import
    • ⭕objects
      • 🟣export
      • 🟣generate
      • 🟣import
Powered by GitBook
On this page
  • ykman piv keys import OPTIONS SLOT PRIVATE-KEY
  • HELP
  • EXAMPLE

Was this helpful?

  1. commands
  2. keys

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

Usage: ykman.exe piv keys import [OPTIONS] SLOT PRIVATE-KEY

  Import a private key from file.

  Write a private key to one of the PIV slots on the YubiKey.

  SLOT        PIV slot of the private key.
  PRIVATE-KEY File containing the private key. Use '-' to use stdin.

Options:
  -P, --pin TEXT                  PIN code.
  -m, --management-key TEXT       The management key.
  --pin-policy [DEFAULT|NEVER|ONCE|ALWAYS]
                                  PIN policy for slot.
  --touch-policy [DEFAULT|NEVER|ALWAYS|CACHED]
                                  Touch policy for slot.
  -p, --password TEXT             Password used to decrypt the private key.
  -h, --help                      Show this message and exit.

EXAMPLE

PreviousgenerateNextobjects

Last updated 2 years ago

Was this helpful?

⭕
🟣