mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #132] add an option to specify pkcs12 file password #77
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#77
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 @youlinxiaozhu on GitHub (Feb 7, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/132
The password of pkcs12 file is currently hard coded into source. I want to generate a pkcs12 file for program that only support blank password.
@adamdecaf commented on GitHub (Feb 7, 2019):
This has been asked as a change before, see https://github.com/FiloSottile/mkcert/pull/58#issuecomment-451782395
@FiloSottile commented on GitHub (Feb 8, 2019):
I'm sorry to hear there are programs that only support blank passwords, but it looks like there are more that hardcode "changeit" and my opinion on adding a configuration option for it has not changed.
You'll have to use openssl(1) to remove the password, I'm afraid.