• About this guide
    • Acronyms
    • Revision information
    • Other documents
    • Documentation feedback
  • Service licensing
  • Benefits
  • Architecture
    • Customer premises
    • Entrust datacenters
    • Entrust Signing Automation user
    • Service rate
    • Signing certificate
    • Signing REST API
      • Authentication token
      • Identity Provider service
      • Raw Signature service
      • User partition
    • Virtual Token
  • Managing tokens with Entrust Certificate Services cloud
    • Creating a Virtual Token
    • Creating a document signing certificate
    • Creating a code signing certificate
    • Getting API credentials
  • Signing Windows files with the Entrust KSP library
    • Entrust KSP library requirements
    • Downloading the Entrust KSP library
    • Installing the Entrust KSP library
    • Installing and configuring Windows SignTool
    • Modifying the log level of the Entrust KSP library
    • Signing Windows files with SignTool and the Entrust KSP library
  • Signing with the Entrust PKCS #11 library
    • Installing the PKCS #11 library with the Signing Automation Client
      • Signing Automation Client requirements
      • Registering a Signing Client in the Entrust Certificate Services
      • Downloading the Signing Automation License
      • Downloading the Signing Automation Client
      • Installing the Signing Automation Client
      • signingclient command-line reference
        • signingclient completion
        • signingclient config list
        • signingclient config set
        • signingclient create key
        • signingclient credentials
        • signingclient delete certificate
        • signingclient delete key
        • signingclient help
        • signingclient import certificate
        • signingclient list certificates
        • signingclient list keys
        • signingclient process license
        • signingclient version
      • Debugging the Signing Automation Client
        • Enabling the debugging mode
        • Disabling the debugging mode
      • Uninstalling the Signing Automation Client
    • Integrating the PKCS #11 library with third-party applications
      • Requirements for integrating third-party signing applications
        • Setting the P11PKIHUB_CONFIG variable
        • Installing the Signing Automation License
          • config
          • credentials
      • Signing PDF documents with iText
        • hsm.properties
        • signkey.properties
        • C4_01_SignWithPKCS11HSM.java
      • Signing Microsoft Authenticode files with Jsign
        • Installing and configuring Jsign
          • Installing and configuring Jsign in Linux
          • Installing and configuring Jsign on Windows
        • Getting the token label
        • Testing the signing settings
        • Signing a Windows executable
        • Verifying the signature
      • Signing Java files with Jarsigner
        • Configuring Jarsigner
        • Running Jarsigner
  • Signing with REST clients
    • Signing data with curl commands
      • Setting environment variables to sign with curl
      • Getting an authentication token with curl
      • Getting a virtual token identifier with curl
      • Getting a signing key identifier with curl
      • Generating a data digest
      • Signing a data digest with curl
    • Signing data with Postman
      • Importing the Raw Signature service specification in Postman
      • Configuring the Postman collection
      • Getting a virtual token identifier with Postman
      • Getting a signing key identifier with Postman
      • Signing a data digest with Postman
    • Swagger API reference