[PR #159] [MERGED] feat: support leading cert from custom path #761

Closed
opened 2026-02-26 18:48:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/159
Author: @Mythie
Created: 5/26/2023
Status: Merged
Merged: 5/27/2023
Merged by: @Mythie

Base: mainHead: feat/support-custom-cert-paths


📝 Commits (4)

  • 32f904a feat: support leading cert from custom path
  • 0564792 fix: remove unused import
  • de46d0f fix: support passphrase env var
  • a300c3f Merge branch 'main' into feat/support-custom-cert-paths

📊 Changes

4 files changed (+27 additions, -7 deletions)

View changed files

📝 .env.example (+4 -0)
📝 .vscode/settings.json (+8 -2)
📝 apps/web/pages/documents/[id]/sign.tsx (+10 -1)
📝 packages/signing/addDigitalSignature.ts (+5 -4)

📄 Description

Support loading certificate files from custom paths, useful for those who keep their certificates outside of the project in places like a keychain or similar.


🔄 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/159 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/27/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/support-custom-cert-paths` --- ### 📝 Commits (4) - [`32f904a`](https://github.com/documenso/documenso/commit/32f904ad686d2017c8a11e3cebd2efe0d6ca40c8) feat: support leading cert from custom path - [`0564792`](https://github.com/documenso/documenso/commit/056479260457ff2174e1e11cb63f5fb3fff92143) fix: remove unused import - [`de46d0f`](https://github.com/documenso/documenso/commit/de46d0f4abf860b788ae001d72595164851d5053) fix: support passphrase env var - [`a300c3f`](https://github.com/documenso/documenso/commit/a300c3fb3a3b4ccf00f069b7d7f8ed2ba9b86453) Merge branch 'main' into feat/support-custom-cert-paths ### 📊 Changes **4 files changed** (+27 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `.vscode/settings.json` (+8 -2) 📝 `apps/web/pages/documents/[id]/sign.tsx` (+10 -1) 📝 `packages/signing/addDigitalSignature.ts` (+5 -4) </details> ### 📄 Description Support loading certificate files from custom paths, useful for those who keep their certificates outside of the project in places like a keychain or similar. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:49 +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#761
No description provided.