mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #157] mac work fine but "password" always request on client certificates #97
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#97
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 @x-077 on GitHub (Apr 16, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/157
Hello,
Thanks for that amazing too. Everything is working smoothly, except that when I connect to the website using chrome, after I select the client certificate I always get this popup asking for my password. Is there a way to get ride of it ?
I followed the instruction :
mkcert -installthen
mkcert "*.exemple.com" example.com localhost 127.0.0.1followed by
mkcert -client -pkcs12 "*.example.com" example.com locahost 127.0.0.1I use the
exportvariable also for node.It happens only from a new window, maybe it's required by chrome to access the keystore ?
Thanks.
@FiloSottile commented on GitHub (Apr 16, 2019):
How did you install the client certificate?
If you move it from the System keychain to the login one, does it solve it?
@x-077 commented on GitHub (Apr 16, 2019):
Hello @FiloSottile ,
It's the same. Both ( CA and client ) are in the login keychain but it still ask me for the password.
Thanks