SSL.com maintains a separate “sandbox” environment for our eSigner cloud signing service so that users can experiment with the different apps, utilities, and APIs before working with production Document Signing and EV Code Signing certificates. This how-to includes demo credentials, QR codes, and configuration information to ease experimental use of the eSigner Express Sandbox, CodeSignTool, DocSignTool, and CSC, Code Signing, and Document Signing APIs.
For instructions on how to automate EV Code Signing using signtool.exe or certutil.exe please review this how-to.
Demo eSigner Credentials
Use these demo credentials when logging into the eSigner Express Sandbox, testing the CodeSignTool and DocSignTool command-line utilities, or retrieving access tokens for API testing:
- Username:
esigner_demo
- Password:
esignerDemo#1
Demo QR Codes and TOTP Secrets
Scan the QR codes below into a two-factor authentication app like Authy or Google Authenticator to generate time-based one-time passwords (TOTPs) for use when testing eSigner. You can also use the TOTP Secrets below to automate signing with CodeSignTool and DocSignTool.
Document Signing Certificate
- QR Code:
- TOTP Secret:
JrQzGNoMUQbJyNb6RecxX2TTImVz0uItDnzWbslMagM=
EV Code Signing Certificate
- QR Code:
- TOTP Secret:
RDXYgV9qju+6/7GnMf1vCbKexXVJmUVr+86Wq/8aIGg=
API Usage
To use the above demo credentials with the CSC, Code Signing, and Document Signing APIs, please use the following URLs and Client ID in your requests:
- Auth URL:
https://oauth-sandbox.ssl.com/oauth2/authorize
- Access Token URL:
https://oauth-sandbox.ssl.com/oauth2/token
- CSC API:
https://cs-try.ssl.com/v0/
- Document Signing API:
https://ds-try.ssl.com/v1/
- Code Signing API:
https://cds-try.ssl.com/v1/
- Client ID:
qOUeZCCzSqgA93acB3LYq6lBNjgZdiOxQc-KayC3UMw
CodeSignTool and DocSignTool Configuration
To use the above demo credentials with the CodeSignTool and DocSignTool command-line utilities, they must be reconfigured to point to the eSigner test environment. To do so, replace the contents of conf/code_sign_tool.properties
or conf/doc_sign_tool.properties
with the following text:
CLIENT_ID=qOUeZCCzSqgA93acB3LYq6lBNjgZdiOxQc-KayC3UMw OAUTH2_ENDPOINT=https://oauth-sandbox.ssl.com/oauth2/token CSC_API_ENDPOINT=https://cs-try.ssl.com TSA_URL=http://ts.ssl.com