[PR #291] [CLOSED] Output in PKCS#12 format #789

Closed
opened 2025-12-29 01:29:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/291
Author: @ahnooie
Created: 10/5/2016
Status: Closed

Base: masterHead: output_pfx_format


📝 Commits (10+)

📊 Changes

6 files changed (+51 additions, -2 deletions)

View changed files

📝 README.md (+2 -0)
📝 dehydrated (+34 -2)
📝 docs/examples/config (+6 -0)
📝 docs/hook_chain.md (+2 -0)
📝 docs/per-certificate-config.md (+2 -0)
📝 test.sh (+5 -0)

📄 Description

Added PKCS#12 (PFX) cert output for importing into windows (tested on Server 2012 R2 with IIS 8.5). Can specify a password to protect the key in config/param, otherwise defaults to blank password.


🔄 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/dehydrated-io/dehydrated/pull/291 **Author:** [@ahnooie](https://github.com/ahnooie) **Created:** 10/5/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `output_pfx_format` --- ### 📝 Commits (10+) - [`cb24254`](https://github.com/dehydrated-io/dehydrated/commit/cb242541018d8857858f623414cff6de7068cc29) pkcs12 output - [`26c0d8b`](https://github.com/dehydrated-io/dehydrated/commit/26c0d8ba37766240261ed08b0d129f076e9a53c7) pfx_password param - [`e422ce8`](https://github.com/dehydrated-io/dehydrated/commit/e422ce8dafea17a54fa8cd5d32d069eb0d195e22) fix desc and - instead of _ in param - [`2a6968f`](https://github.com/dehydrated-io/dehydrated/commit/2a6968fc81571d264d1ba338c98299d869377a05) formatting - [`fe40db6`](https://github.com/dehydrated-io/dehydrated/commit/fe40db61dde4bb6bcb8c0009a527570b79b5fe1a) add test for pfx - [`ffafe6d`](https://github.com/dehydrated-io/dehydrated/commit/ffafe6dd32e3c4dbd1fe6a1a9e4c199060c2ab9f) Merge branch 'output_pfx_format' of https://github.com/ahnooie/dehydrated into output_pfx_format - [`c74d361`](https://github.com/dehydrated-io/dehydrated/commit/c74d3617b0b2c6500858ad384f3f12fed4164ac6) update documentation for pfx - [`1563e3c`](https://github.com/dehydrated-io/dehydrated/commit/1563e3c49f2594a860178154d659c4509397164f) add check for certificate.pfx - [`fc2e761`](https://github.com/dehydrated-io/dehydrated/commit/fc2e761b6633793080e3d86a0f3cfa57393a7045) fix path - [`8214f71`](https://github.com/dehydrated-io/dehydrated/commit/8214f719fa4174f040a1e83817a49e293f68970d) add pass/fail on pfx check ### 📊 Changes **6 files changed** (+51 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `dehydrated` (+34 -2) 📝 `docs/examples/config` (+6 -0) 📝 `docs/hook_chain.md` (+2 -0) 📝 `docs/per-certificate-config.md` (+2 -0) 📝 `test.sh` (+5 -0) </details> ### 📄 Description Added PKCS#12 (PFX) cert output for importing into windows (tested on Server 2012 R2 with IIS 8.5). Can specify a password to protect the key in config/param, otherwise defaults to blank password. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:17 +01:00
adam closed this issue 2025-12-29 01:29:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#789