Skip to main content

Configure PDF Service 2.0

Prerequisites

Ascertia Go>Sign Mobile application lets you securely authorize and approve the signing of documents in the European Union (EU) and Switzerland (CH).

Nota

You can only configure one device per user.

  1. Download Ascertia Go>Sign Mobile application on your mobile device.

  2. Select the Settings icon.

  3. Select Scan QR Code to scan the QR code in your email or manually change the default server to:

  4. Select Save.

  5. Return to the main screen and add the user ID provided in your email.

  6. You will receive one-time passwords (OTP) via email and text.

  7. Enter both OTPs in the Go>Sign Mobile device registration screen.

  8. Select Verify.

When you sign a document, you will be prompted to confirm your identity in Go>Sign Mobile.

The certificate chain you download contains certificate chain, intermediate certificate, and root values. You will require these values to configure Postman.

  1. Sign in to DigiCert ONE with your signer credentials.

  2. In DigiCert ONE, in the Manager menu (top right), select Document Trust.

  3. In the DigiCert​​®​​ Document Trust Manager menu, select Credentials > All credentials.

  4. Select the credential nickname with which you want to sign.

  5. In the Credential details page, navigate to Certificate details.

  6. Select Download certificate chain to download certificate chain, intermediate certificate, and root.

  7. Open the downloaded certificate chain in a text editor such as Notepad++ and save the file.

Configure your Postman account to test, and manage DigiCert​​®​​ Document Trust Manager API requests.

1. Download Postman collection

Download Postman collection for DigiCert​​®​​ Document Trust Manager with PDF Service 2.0.

2. Import PDF Service 2.0 files into Postman

To import files into Postman, follow these steps:

  1. Open Postman.

  2. In the Postman window, select Collections (left-hand side menu) > Import.

  3. Drag your downloaded and unzipped Collections files into the Postman window to import them.

  4. Select Environments (left-hand side menu) > Import.

  5. Drag your downloaded and unzipped Environments files into the Postman window to import them.

3. Set up Postman environment

Nota

You will need previously downloaded credential certificate, certificate chain and Document Trust Manager datasheet to set up your Postman environment.

  1. In the Postman window, select Environments (left-hand side menu) > PDF Service 2.0 Environment.

  2. Set variable values from the datasheet.

    Enter the values from the Access section in the datasheet into the corresponding Current Value column as shown below:

    Variable

    Current Value

    Notes

    base_dcone_url

    Service URL

    Remove “/documentmanager” from the URL

    client_id

    Client ID

    client_secret

    ClientSecret

    oauth2_url

    Service URL

    Include “/documentmanager” in the URL

  3. Set certificate chain values.

    Enter the values from the downloaded certificate chain in the corresponding Current Value column as shown below:

    Variable

    Current Value

    cert_chain1

    Certificate Chain

    cert_chain2

    Intermediate Certificate

    cert_chain3

    Root

  4. Select Save icon (top right).

URLs of the timestamp authority you will use to sign documents in the Register document API call step are:

For use with Swiss certificates

http://ts.quovadisglobal.com/ch

For use with EU certificates

http://ts.quovadisglobal.com/eu

What's next