mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #151] -client certificate error while adding to OSX Keychain Acess #91
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#91
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 @pc6n on GitHub (Mar 17, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/151
I could set up everything except the client certificate.
When I try to add it to the Keychain APP in OSX i get the error:
An error has occurred. Unable to import an item.
The contents of this item cannot be retrieved.
I want to use client authentication so that only clients with the certificate installed are allowed to access my Webserver. The Webserver is hosted by nginx.
@pc6n commented on GitHub (Mar 18, 2019):
Ok, finally its working.
Had to use
mkcert -client -pkcs12 servernamesto create the correct certificate for client authentication.