Initial production deployment and signing certificate documentation
This commit is contained in:
commit
0b7d73ce06
4 changed files with 173 additions and 0 deletions
49
docs/SIGNING-CERTIFICATE.md
Normal file
49
docs/SIGNING-CERTIFICATE.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Signing Certificate
|
||||
|
||||
## Incident
|
||||
|
||||
Date: 2026-07-16
|
||||
|
||||
Symptoms:
|
||||
|
||||
- Documents remained in PENDING after every signer completed.
|
||||
- Audit logs confirmed recipients signed.
|
||||
- Background jobs repeatedly failed during document sealing.
|
||||
|
||||
Root Cause:
|
||||
|
||||
The signing certificate was not usable by the Documenso application.
|
||||
|
||||
Verified production configuration:
|
||||
|
||||
Certificate:
|
||||
|
||||
/opt/documenso/cert.p12
|
||||
|
||||
Permissions:
|
||||
|
||||
-rw-r--r--
|
||||
|
||||
Owner:
|
||||
|
||||
node:node
|
||||
|
||||
Environment Variable:
|
||||
|
||||
NEXT_PRIVATE_SIGNING_LOCAL_FILE_PATH=/opt/documenso/cert.p12
|
||||
|
||||
Verification:
|
||||
|
||||
Container reported:
|
||||
|
||||
CERTIFICATE_READABLE: YES
|
||||
|
||||
Documenso reported:
|
||||
|
||||
{"isAvailable":true}
|
||||
|
||||
Result:
|
||||
|
||||
The previously stuck document completed successfully after the certificate configuration was corrected.
|
||||
|
||||
This document serves as the authoritative recovery reference if document sealing ever fails again.
|
||||
Loading…
Add table
Add a link
Reference in a new issue