feat: v1.1.11, piv sign works, add piv generate
This commit is contained in:
@@ -46,7 +46,7 @@ impl Command for CommandImpl {
|
||||
let mut yubi = Yubico::new();
|
||||
|
||||
if let Ok(device) = yubi.find_yubikey() {
|
||||
success!("Found key, Vendor ID: {:?} Product ID {:?}", device.vendor_id, device.product_id);
|
||||
success!("Found key, Vendor ID: {:?}, Product ID: {:?}", device.vendor_id, device.product_id);
|
||||
|
||||
let config = Config::default()
|
||||
.set_vendor_id(device.vendor_id)
|
||||
|
||||
Reference in New Issue
Block a user