A release of the Documenso application that supports Trusted Signatures for document sealing.
3.9K

Documenso is a free, open-source DocuSign alternative that supports eSigning, templates, and document workflows. For organizations that are (or considering) self-hosting documenso to manage their own workflow, Trusted Signatures maintains a fork that integrates seamlessly with Publisher - our PDF sealing service to provide Adobe-trusted signatures. Below are details and instructions for this integration. Note: by default, documents sealed with our Publisher service comply with EU certification requirements.
This guide is for developers and system administrators with experience deploying web applications using Docker or manual installation methods. You should be comfortable with:
We maintain an enhanced fork of Documenso with built-in Trusted Signatures integration:
trustedsignatures/documenso-ts.1 suffix (e.g., v1.13.2-ts.1 corresponds to Documenso v1.13.2)This fork includes pre-configured integration with Trusted Signatures, eliminating the need for custom modifications.
Use our pre-built Docker image for the fastest deployment:
docker pull trustedsignatures/documenso:latest
# Or use a specific version
docker pull trustedsignatures/documenso:v1.13.2-ts.1
Refer to the Documenso Documentation for specifics. The only thing you need to change is the image name (use trustedsignatures/documenso), and configure the environment variables below.
Clone and build from our GitHub fork:
git clone https://github.com/trusted-signatures/documenso.git
cd documenso
From there the standard Documenso Manual Deployment Procedures apply.
Add these environment variables to your deployment configuration:
| Environment Variable | Description |
|---|---|
NEXT_PRIVATE_SIGNING_TRANSPORT | Set to trusted-signatures to use the Trusted Signatures service |
NEXT_PRIVATE_SIGNING_TS_API_KEY_ID | Your Trusted Signatures API Key ID |
NEXT_PRIVATE_SIGNING_TS_API_KEY | Your Trusted Signatures API Key (in hexadecimal format) |
You can use a test API key to try it out for free. The documents will be sealed but the test certificate will not produce a green check in Adobe Acrobat.
To get the green check, subscribe to our Publisher and create a new API key using the production signing key. Configure Documenso to use the new API Key and API Key ID. Then documents will get the green check in adobe acrobat and will show that they've been signed with the Trusted Signatures certificate.
To get the green check sealed with your own certificate, subscribe to our Publisher Identity product. When your certificate is issued you can create an API Key using that certificate (which we host for you in our secure environment).
Expected Results:
Common Issues:
NEXT_PRIVATE_SIGNING_TRANSPORT=trusted-signatures is setFor deployment issues or integration questions, contact our support team. Include:
Content type
Image
Digest
sha256:ad7ec2468…
Size
772.6 MB
Last updated
7 months ago
docker pull trustedsignatures/documenso