mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #378] install esdsa root ca not supported #250
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#250
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 @beckend on GitHub (Jun 29, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/378
installing by supplying
CAROOTwhen the root CA is of type esdsa yields error:@FiloSottile commented on GitHub (Apr 26, 2022):
mkcert only supports roots it generated itself. This is intentional as it limits the maintenance cost. However, I'll work on extracting the truststore code into a library #45, so a more general-purpose CLI tool can be built on top of it.