mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[PR #368] [CLOSED] Feature | Use OSX password prompt #454
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#454
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/368
Author: @LeoBorai
Created: 5/31/2021
Status: ❌ Closed
Base:
master← Head:feat/use-osx-sudo-prompt📝 Commits (1)
7107d18feat: use osx password prompt📊 Changes
2 files changed (+8 additions, -4 deletions)
View changed files
📝
main.go(+4 -0)📝
truststore_darwin.go(+4 -4)📄 Description
Instead of asking for password with the custom "Sudo password" prompt
use the osx password prompt by attempting to run a "sudo-required"
command.
This will prompt as follows on OSX, even is there's a typo in the password, we
have retry capabilities by using the native password prompt feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.