Skip to content

Instantly share code, notes, and snippets.

View vikashsurin's full-sized avatar
🌴
On vacation

VikashSurin vikashsurin

🌴
On vacation
View GitHub Profile
@vikashsurin
vikashsurin / ca.md
Created November 7, 2020 03:12 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

@vikashsurin
vikashsurin / 2019-https-localhost.md
Created October 19, 2020 07:00 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).