mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #20] PKCS#12 support #12
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @linux-china on GitHub (Jun 30, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/20
it's great tool :) it's friendly for Golang developer. Did you have any plan to generate PKCS12 for Java developer, and they will execute command to convert pem to PKCS12. command as following:
@FiloSottile commented on GitHub (Jul 4, 2018):
PKCS#12 is a dying format and its use should be discouraged. Moreover, the only Go encoder I could find only supports password-protected bundles.
So I'm not inclined to implement this myself, but if enough people need it I'm willing to merge a PR.
@linux-china commented on GitHub (Jul 4, 2018):
@FiloSottile I submitted a pull request with PKCS#12 generation. Please review it.