mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #272] Unclear instruction - what to do? #176
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#176
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 @WrongBit on GitHub (Jun 22, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/272
Hi! I work on Win7x64. Under admin I run
mkcert -install. All I got is justrootCA-key.pemandrootCA.peminc:\Users\itshim\AppData\Local\mkcert. How these files will work if they just lie in a folder? I tried to search new certificate in Windows storage, but nothing.Personal,Trusted Root Certification Authorities,Trusted Publishers,Third-Party Root Certification Authorities- nobody has new certificate (despite Windows said it imports certificate). Hell, I even don't know what's the name of the certificate!Can you please be more detailed what and where is stored? I try to make web server, but browser cannot establish
httpsbecause no certificate.@FiloSottile commented on GitHub (Oct 25, 2020):
mkcert -installis just the installation step, then you can generate certificates to use with your web server withmkcert example.comormkcert localhostetc.See the README for some examples.