mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #510] Installing trust store does not work for opendoas instead of sudo #309
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#309
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 @beune on GitHub (Mar 6, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/510
I have
opendoasinstead ofsudo, and this causesmkcert -installto fail:Can the implementation be updated to support multiple 'sudo' programs?
@ubermanu commented on GitHub (Mar 26, 2023):
I had the same issue and decided to look at it
I've written a small bash script that wraps doas to accept some sudo args (and omit the unsupported ones)
So the "--prompt" arg would be stripped when running
mkcert -installSee https://github.com/ubermanu/sudoas/blob/main/sudo.bash