Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ Most of the root certificate management is handled by `bin/setup` but there are

1. Open the Keychain Access app

2. Go to "Certificates" bottom left section
2. Within your default keychain, search for the certificate "**identity-pki Development Certificate**"

3. Find the cert named "**identity-pki Development Certificate**" open its settings
3. Double-click the certificate to view its details

4. Under the "Trust" section, select "Always Trust" for the top-level "When using this certificate" dropdown
4. Expand the "Trust" section and select "Always Trust" for the top-level "When using this certificate" dropdown

5. Close the details to save your changes. You'll be prompted to enter your password or PIN to confirm the changes.

#### Troubleshooting Certificate invalid Error
If you are attempting to register or sign in with your PIV locally and you get errors saying your Certificate is invalid, Ensure that you have OpenSSl 1.1 installed and running for ruby.
Expand Down