# Deploy Documenso with Easypanel

URL: /templates/documenso

The open source DocuSign alternative. Securely sign documents without giving up your privacy or freedom.

## Installation notes

Please follow the below given stackoverflow instructions to create the .p12 file and provide the path of that file to the required field.

## Benefits

### Open Source Document Signing

Documenso is an open-source alternative to DocuSign, enabling secure document signing without vendor lock-in.

### Self-Hosted and Privacy-Focused

Host your own document signing solution with full control over your data and privacy.

### Modern Digital Signatures

Supports modern digital signature standards for legally binding document signing.

## Features

### Document Management

Upload, organize, and manage documents for signing in a secure environment.

### E-Signatures

Collect legally binding electronic signatures from multiple parties.

### Signature Tracking

Track the status of document signatures in real-time.

### Email Notifications

Automatic email notifications for signature requests and completions.

### PDF Handling

Advanced PDF document viewing and manipulation capabilities.

## Configuration

- `appServiceName` (Service Name, required): documenso

- `appServiceImage` (App Service Image, required): documenso/documenso:v2.9.1

- `smtpHost` (SMTP Host, required): smtp.example.com

- `smtpPort` (SMTP Port, required): 587

- `smtpUsername` (SMTP Username, required): user@example.com

- `smtpPassword` (SMTP Password, required): password123

- `smtpFromName` (SMTP From Name, required): Documenso

- `smtpFromAddress` (SMTP From Address, required): documents@example.com

- `p12Path` (P12 Path, required): Set during installation — The path to the .p12 file that contains the certificate and private key for the Documenso service.

## Services

- documenso-web: app (documenso/documenso:v2.9.1)

- documenso-db: postgres

## Resources

- [Website](https://documenso.com/)

- [Documentation](https://docs.documenso.com/)

- [Github](https://github.com/documenso/documenso)

- [Stackoverflow](https://stackoverflow.com/questions/21141215/creating-a-p12-file)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/documenso)