---
title: "Deploy pfxsigner"
description: "HTTP PDF signing server using PFX certificates"
category: "Other"
url: https://railway.com/deploy/pfxsigner
---

# Deploy pfxsigner

HTTP PDF signing server using PFX certificates

**[Deploy pfxsigner on Railway](https://railway.com/template/pfxsigner)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/pfxsigner/manifest.json

- **Creator:** Sethumadhavan K's Projects
- **Category:** Other

## Template content

### pfxsigner

- **Image:** kailashnadh/pfxsigner:latest
- **Public domain:** Yes

## Documentation

# Deploy and Host pfxsigner on Railway

[pfxsigner](https://github.com/knadh/pfxsigner) is an HTTP server (and CLI) for digitally signing PDFs with signatures loaded from PFX (PKCS #12) certificates.

## About Hosting pfxsigner

This template packages the `v0.4.0` Linux release. On start it generates a demo PFX (legacy PBE for Go pkcs12 compatibility) and default `props.json` on a volume at `/data`, then serves `POST /document` on port 8000. Replace the demo certificate with your own PFX for production signing.

## Common Use Cases

- HTTP API for PDF digital signatures
- Regulatory / document signing microservices
- Batch signing companion for document workflows

## Dependencies for pfxsigner Hosting

- Persistent volume — `/data` for cert.pfx and props.json
- Public domain — HTTP API on port 8000
- PFX certificate — demo cert is auto-generated; replace for real trust

### Deployment Dependencies

- [pfxsigner repository](https://github.com/knadh/pfxsigner)
- Release `pfxsigner_0.4.0_linux_amd64.tar.gz`

### Implementation Details

Set `PFX_PASSWORD` for the certificate export. Post multipart form fields `file` (PDF) and optional `props` (JSON) to `/document`.

## Why Deploy pfxsigner on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying pfxsigner on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.


## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/pfxsigner
