Replies: 1 comment
-
Well, in my very particular case, each developer has to deploy their development environment, this means that each one goes through the process of installing their personal certificate to be able to use it in the development environment. I solved your problem by creating the certificate on the machine I want to access, and then copying those certificates to the web service servers and configuring them to be implemented as ssl. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I performed the windows installation as follows.
https://scoop.sh/
mkcert -install mkcert example.local '*.example.local' localhost 127.0.0.1 ::1
I work on VmWare apache2 and I installed mkcert on windows.
After the installation, It works for Google Chrome.
But;
Not works for Microsoft Edge.
Not works for Firefox.
I tried to install manually or other browsers , but i could not find the .CA file.
Beta Was this translation helpful? Give feedback.
All reactions