feat: update piv-summary
This commit is contained in:
@@ -121,7 +121,14 @@ fn print_summary_info(yubikey: &mut YubiKey, slot: SlotId, piv_slots: &mut Vec<P
|
||||
touch_policy: touch_policy.as_ref().unwrap().to_string(),
|
||||
});
|
||||
} else {
|
||||
success!("Slot: {:x}, algorithm: {}, name: {:?},subject: {}", slot_id, algorithm_id, slot, cert_subject);
|
||||
success!("Slot: {:x}, algorithm: {}, name: {:?}, subject: {}, pin policy: {}, touch policy: {}",
|
||||
slot_id,
|
||||
algorithm_id,
|
||||
slot,
|
||||
cert_subject,
|
||||
pin_policy.as_ref().unwrap(),
|
||||
touch_policy.as_ref().unwrap(),
|
||||
);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user