Skip to content

Instantly share code, notes, and snippets.

View eneufeld's full-sized avatar

Eugen Neufeld eneufeld

View GitHub Profile
@eneufeld
eneufeld / Signing-RCPeToken.md
Last active October 31, 2019 21:50
Signing RCP with eToken
  • install jdk
  • set JAVA_HOME to jdk root
  • install all intermediate certificates in jre/lib/security/cacerts
    • keytool -import -alias intermediate -file caIntermediate.crt -keystore jre/lib/security/cacerts -trustcacerts
  • follow steps described here
    • create eToken.cfg file with
    name=eToken
    library=c:\WINDOWS\system32\eTPKCS11.dll
    
minikube start --memory=4096 --cpus=4 --disk-size=50g --vm-driver hyperv --hyperv-virtual-switch "MinikubeSwitch"