eSigner CKA (Cloud Key Adapter) is a Windows application leveraging the CNG interface (KSP Key Service Provider), enabling tools like certutil.exe and signtool.exe to access the eSigner Cloud Signature Consortium (CSC) API for enterprise code signing. Functioning as a virtual USB token, it loads code signing certificates into the Windows certificate store.
Requirements
- Purchase an SSL.com Code Signing Certificate or Extended Validation (EV) Code Signing Certificate
- Enroll your code signing certificate in eSigner
- Download and install eSigner CKA
Steps to Sign
Once installed, perform the following steps:- Open an administrator command prompt and type the following, the path will be where you just installed the files:
regsvr32.exe <complete path to example.dll>
regsvr32.exe <complete path to example.dll>
For more information on how to register OLE controls, visit Microsoft’s website.
If successful, you will see a message: “DIIRegister Server in <complete file path> succeeded.” - Install the following: download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe
- Install eSigner CKA
- Run SignTool command to sign macros based on this guide: https://www.ssl.com/how-to/automate-ev-code-signing-with-signtool-or-certutil-esigner/#components-of-the-command-line
If you have questions related to PKI and digital certificates, please contact us by email at Support@SSL.com, call 1-SSL-Certificate (1-775-237-8434), or simply click the chat button at the bottom right of this page. As always, thank you for choosing SSL.com!