mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #59] [CLOSED] Fix use of multiple CAs on Linux #375
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#375
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/59
Author: @vortura
Created: 8/15/2018
Status: ❌ Closed
Base:
master← Head:linux-multiple-ca📝 Commits (1)
5c376c4Fix use of multiple CAs on Linux📊 Changes
2 files changed (+15 additions, -6 deletions)
View changed files
➕
mkcert(+0 -0)📝
truststore_linux.go(+15 -6)📄 Description
Fix a bug on Linux where multiple CAs would overwrite each other by
replacing the static SystemTrustFilename with a variable name based on
caUniqueName().
This should address #52
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.