From: Florent D. <fde...@gm...> - 2013-08-09 07:43:22
|
Hello I would like to be able to use my Gemalto IDPrime .NET ( > http://www.gemalto.com/products/dotnet_card/ ) card to login to a Windows > Server from my Linux laptops. > What will you use to do that? rdesktop? freerdp? I was hoping maybe someone here could help me. I have received a ZIP > file from Gemalto which contains their PKCS11 Library for use with these > cards. > So I guess you've received the PKCS11 library files for Linux. Compile it under your OS, you'll get a file to use with the opensc-tools (* libgtop11dotnet.so*) This file is needed to interact with the smarcard to (create keys, store certificates, etc.) e.g. pkcs11-tool --module=/usr/lib/libgtop11dotnet.so --keypairgen --key-type rsa:2048 -l --id 001 --label 001 However I doubt you will need this file under Linux. You'll also need the IDPrime .NET under Windows if you want this latter to recognize your smartcard. Cheers |