mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #192] mkcert -install (v1.4.0) fails to run in Ubuntu 16.04: SEC_ERROR_READ_ONLY #122
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#122
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 @rfay on GitHub (Aug 19, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/192
Ubuntu 16.04, linuxbrew-installed mkcert v1.4.0, mkcert -install fails with certutil error:
@rfay commented on GitHub (Aug 19, 2019):
On Debian 9 and Debian 10 this doesn't seem to be a problem AFAICT
On Ubuntu 18.04, it prompts for sudo password and succeeds.
On Fedora 30 it is successful without need for sudo (apparently)
@rfay commented on GitHub (Aug 20, 2019):
On Manjaro (and probably arch the same) using linuxbrew it prompts for sudo password successfully and works.
@rfay commented on GitHub (Aug 20, 2019):
I think #193 will solve this problem in a fairly generic way. It might also be possible and simpler to always use sudo on certutil.
@topher200 commented on GitHub (Oct 18, 2019):
I'm experiencing this issue when testing an Azure pipeline on both Ubuntu 16.04 and 18.04.
Using @rfay's binaries from #193 resolved the issue for me.