> Den 12. sep. 2016 kl. 15.24 skrev Dimitris Kougioumtzis <
dim...@gmail.com>:
>
> I have an application with django framework. The users have in their usb sticks their certificates. How to access their certificates from the django application to the client computer
Do you have a Django app on a remote server that users access through a browser? In that case, it's probably not possible except for a small subset of problems (see e.g.
https://developer.chrome.com/apps/app_usb or trusted Java applets) since normally, the browser can't access USB devices (or the filesystem in general) for security reasons.
I believe some of the Yubico products can emulate a keyboard, in which case the YubiKey simply types the secure token for you. That should work in a browser.
Erik