mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #315] [feature request] support loading encrypted private keys #201
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#201
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 @lopezator on GitHub (Nov 27, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/315
I'm not only using mkcert to generate & load certificates but also to load certificates from 3rd parties.
When trying to load one that has encription I get this error:
Is related with this issue?
https://github.com/golang/go/issues/18692
I'm not into certificates, crypto, etc.. so sorry if this is a silly request/issue.
Thank you for this awesome tool @FiloSottile !
@FiloSottile commented on GitHub (Nov 27, 2020):
Hi! Replacing the mkcert CA is not really supported. I am glad it works for you, but it's not something we'll introduce extra complexity to make work in more cases. mkcert generates those files, and expects them to look like the files it generates. In your case, you might be able to make it work by decrypting the key with openssl in advance, but no promises!
@lopezator commented on GitHub (Nov 27, 2020):
Thanks for your response @FiloSottile !!
I completely understand.
Best.