mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #200] setting up multiple computers with same .pem file generated by mkcert #127
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#127
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 @junduan125 on GitHub (Sep 19, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/200
Hi, this might be a rookie question.
I have an unqiue development network setup at work. If I serve my https web page "example.org", not only I see "example.org" on my machine locally, but also other developers on their machines within the same network see "example.org".
If I run on my own machine:
It configures my windows computer so that my browser doesn't complain when I visit https://example.org served with example-key.pem and example-cert.pem.
Is there a quick and easy way of also configuring my co-workers' machines to use mkcert with example-key.pem and example-cert.pem generated for my machine so that their browser wouldn't complain either?
@FiloSottile commented on GitHub (Sep 19, 2019):
Try these instructions and let me know if they are not clear enough!
https://github.com/FiloSottile/mkcert#installing-the-ca-on-other-systems
@junduan125 commented on GitHub (Sep 20, 2019):
Thanks for the quick response!
from #123, I found 2 ways of changing the $CAROOT variable
or changing the ~/.bashrc file
Does editing system environment variable in control panel in windows work?
i.e. adding a new entry under system variables
Variable | Value
CAROOT "C:\dev\local_certificates"
Also, once the rootCA.pem is installed, is it safe to remove the rootCA.pem file?
@FiloSottile commented on GitHub (Sep 20, 2019):
Yes, system wide env vars should also work.
You can delete rootCA.pem after installing, yes.
I'll close this now, but let us know if there are ways we can improve the instructions.