local-cert-generator icon indicating copy to clipboard operation
local-cert-generator copied to clipboard

🚀 A set of scripts to quickly generate a HTTPS certificate for your local development environment.

Results 8 local-cert-generator issues
Sort by recently updated
recently updated
newest added

I followed all the steps in your README but the generated certificate does not work. ![image](https://user-images.githubusercontent.com/14946081/47525410-081f7f80-d852-11e8-88f4-cdba28fad9b1.png)

Hi Daksh, Thanks for sharing this resource! How can I make this work with my local IP address, 192.168.0.5 instead of localhost? I updated `server.csr.cnf` to ``` [req] default_bits =...

question

Thanks for creating this, I am trying to get this to work on my Linux Ubuntu machine and this step just doesn't have quite enough details that I need: >Linux:...

[README.md](https://github.com/dakshshah96/local-cert-generator/blob/master/README.md) steps 1-2 works fine on Windows (will create rootCA.key and rootCA.pem). Step 3 is related only for OS X. > 3. Trust this certificate after importing it to your...

This PR simply change the output of the certificate to "certificate" folder and ignore the folder to avoid dirtying the repository commits.

Hi there I just came from reading: https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/ And I could follow through, but I have a much simpler setup and I don't want to run a node app. I...

It appears that this repository does not have a license, which may disallow anyone to use its content (read about this [here](https://choosealicense.com/no-permission/)). Thus, would you mind adding a 'LICENSE' file...