-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the "Password:" for which I'm prompted when I run mkcert -install
on a Mac?
#178
Comments
Current account password. The same you use when you do |
This is a confusing thing that mkcert silently runs sudo. Maybe necessary, but a little more output would be useful, knowing that sudo may go ahead and prompt for password. |
Actually, at least in macOS Sierra, it is not needed to use |
sudo is not required on macOS as the OS will prompt the user to authorize the Keychain changes. Issue: FiloSottile#178
I created #183 which removes |
sudo (on macOS with the security cli) is only required when we access the System Keychain and otherwise the OS will prompt the user authorize the Keychain changes. Issue: FiloSottile#178
We should probably always pass |
@FiloSottile That's a good idea too but a brief mention in the README would nicely set expectations too: |
I like the idea of passing |
From a Terminal window:
I'm pretty sure this is my Keychain password (the 'login' password for my user) but it's certainly not clear that that's what's being requested. Could this (or should) this be documented in the README? (I'd be willing to make a stab at doing so if it's considered helpful.)
The text was updated successfully, but these errors were encountered: