mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #635] Allow using RSA or EC private key when CA is provided #522
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#522
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?
📋 Pull Request Information
Original PR: https://github.com/FiloSottile/mkcert/pull/635
Author: @a-bouts
Created: 5/27/2025
Status: 🔄 Open
Base:
master← Head:rsa_or_ec_private_key📝 Commits (1)
6981effAllow using RSA or EC private key when CA provided📊 Changes
1 file changed (+9 additions, -2 deletions)
View changed files
📝
cert.go(+9 -2)📄 Description
Some development CA may be created by an external solution and mkcert can be used to install or uninstall these CA by providing
rootCA.pemandrootCA-key.pem.In this case, the private key may also be RSA or EC one.
This Pull Request allow to read the private even if it's an encrypted one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.