[PR #2354] [MERGED] fix: ensure cert directory exists before generating PKCS12 #2242

Closed
opened 2026-02-26 20:33:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2354
Author: @linventif
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @Mythie

Base: mainHead: patch-1


📝 Commits (1)

  • e89f00c fix: ensure cert directory exists before generating PKCS12

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 apps/documentation/pages/developers/self-hosting/how-to.mdx (+1 -0)

📄 Description

Description

Ensure the certificate output directory exists before generating the PKCS12 file.
This prevents OpenSSL from failing when /app/certs is missing.

N/A

Changes Made

  • Create /app/certs directory before writing cert.p12

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2354 **Author:** [@linventif](https://github.com/linventif) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e89f00c`](https://github.com/documenso/documenso/commit/e89f00ca8d9a9d31812f2ba5f660cd0301500afa) fix: ensure cert directory exists before generating PKCS12 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `apps/documentation/pages/developers/self-hosting/how-to.mdx` (+1 -0) </details> ### 📄 Description ## Description Ensure the certificate output directory exists before generating the PKCS12 file. This prevents OpenSSL from failing when `/app/certs` is missing. ## Related Issue N/A ## Changes Made - Create `/app/certs` directory before writing `cert.p12` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2242
No description provided.