Emmanuel Bourg

Results 235 comments of Emmanuel Bourg

@frankmorgner Thank you for the reply. I've figured out enough details to use the card for signing. I wrote a [Java implementation](https://github.com/ebourg/jsign/blob/master/jsign-crypto/src/main/java/net/jsign/jca/CryptoCertumCard.java) but I'm not familiar enough with OpenSC to...

Shouldn't the AID be specified somewhere too?

Could you send the exe file to [email protected] please? I'd like to inspect it.

There is no way to get an access token from client_id/client_secret using the Azure CLI?

Something like this maybe? (suggested by ChatGPT, I'm not an Azure expert) az login --service-principal -u "YOUR_CLIENT_ID" -p "YOUR_CLIENT_SECRET" --tenant "YOUR_TENANT_ID" az account get-access-token --resource https://vault.azure.net