mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #188] update-ca-certificates not found on Debian sid #118
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#118
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 @paolieri on GitHub (Aug 14, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/188
By default,
/usr/sbinis not onPATHfor non-root users in Debiansid.So,
binaryExists("update-ca-certificates")returnsfalseat:https://github.com/FiloSottile/mkcert/blob/master/truststore_linux.go#L49
and
mkcertfails to install in the system store (Installing to the system store is not yet supported on this Linux).Simply running
solves the issue, but it would be nice if
mkcertcould temporarily add/usr/sbintoPATHor search in it explicitly.@paolieri commented on GitHub (Aug 16, 2019):
This is even better. Thanks!