Hello
Software: SafeNet Authentication Client 8.1 SP1
Distribution: Ubuntu 12.04
Product: Aladdin eToken PRO

Problem: Unable to use certificate for digital stamping
What i've tried to do:
1) Modified OpenSSL conf file:
[ v3_req ]
# Extensions to add to a certificate request
keyUsage = digitalSignature
2) Used OpenSSL to generate certificate request
- openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key;
3) Generated self-signed certificate;
4) Converted .Key and .CRT to .p12;
5) Imported .p12 to eToken;
Everything does seem to be working well but since Safenet Authentication Client says that certificate usage is AT_KEYEXCHANGE (although key usage is digital signature and certificate key usage nonrepudiation), then i am not able to use my eToken for digital stamping.
Is there any option to:
1) Generate .CSR and same time load private key straight to eToken;
2) Generate .CRT of .CSR;
3) Use eToken for it's purpose;
Help is really appreciated.



