Hello,
The following 3 Engine methods require 'name' as an argument.
load_private_key(self, name, pin=None)
load_public_key(self, name, pin=None)
load_certificate(self, name)
What exactly is 'name'? From examples I've found it appears to be some type of slot id for the USB token. How do I find the id?
Thanks!