info

Manage the PIV Application.

ykman piv COMMAND ARGS

CommandDescription

access

Manage PIN, PUK and Management Key.

certificates

Manage certificates.

info

Display general status of the PIV application.

keys

Manage private keys.

objects

Manage PIV data objects.

reset

Reset all PIV data.

OptionsDescription

-h, --help

Show this message and exit.

❊ Examples

LIST HELP

ykman piv -h


  info          Display general status of the PIV application.
  reset         Reset all PIV data.
  access        Manage PIN, PUK, and Management Key.
  certificates  Manage certificates.
  keys          Manage private keys.
  objects       Manage PIV data objects.

PIV INFO

ykman piv info

RESET PIV INTERFACE

ykman piv reset

Change the PIN from 123456 to 654321:

ykman piv access change-pin

Generate an ECC P-256 private key and a self-signed certificate in slot 9a:

ykman piv keys generate --algorithm ECCP256 9a pubkey.pem

Last updated