mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #291] [CLOSED] Output in PKCS#12 format #789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/291
Author: @ahnooie
Created: 10/5/2016
Status: ❌ Closed
Base:
master← Head:output_pfx_format📝 Commits (10+)
cb24254pkcs12 output26c0d8bpfx_password parame422ce8fix desc and - instead of _ in param2a6968fformattingfe40db6add test for pfxffafe6dMerge branch 'output_pfx_format' of https://github.com/ahnooie/dehydrated into output_pfx_formatc74d361update documentation for pfx1563e3cadd check for certificate.pfxfc2e761fix path8214f71add pass/fail on pfx check📊 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.