feat: add challenge output
This commit is contained in:
@@ -71,6 +71,8 @@ impl Command for CommandImpl {
|
||||
println!("{}", serde_json::to_string_pretty(&data).unwrap());
|
||||
} else {
|
||||
success!("Device info: {}", data.device_info);
|
||||
success!("Register challenge: {}", u2fv2_challenge_str);
|
||||
success!("Register challenge base64: {}", base64::encode(&u2fv2_challenge_str));
|
||||
if let Some(cert) = data.attestation_cert_pem {
|
||||
success!("Certificate: {}", cert);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user