mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #230] Chromium 78 rejects importing key #147
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#147
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 @luke-jr on GitHub (Dec 30, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/230
Tried to import the key into Chromium:
Chromium Version 78.0.3904.87
@FiloSottile commented on GitHub (Dec 31, 2019):
Can you provide us the steps you followed to import the key? I am not entirely sure what that means.
@luke-jr commented on GitHub (Dec 31, 2019):
Ran
mkcert router.lan 192.168.1.1which made a.pemand-key.pemfile pair.Opened up
chrome://settings/certificatesin Chromium. Selected theAuthoritiestab.Clicked
Importand selected the [bare].pemfile. Checked "Trust this certificate for identifying websites" andOK.Then I get the error.
@FiloSottile commented on GitHub (Dec 31, 2019):
It sounds like Chromium wants the issuer to be imported there, not the leaf certificate ("Not a Certification Authority"). You'll find your mkcert CA with
mkcert -CAROOT.Note that the default way to make your mkcert certificates trusted is to use
mkcert -installto get the root automatically into the system trust store.