Skip to content

Instantly share code, notes, and snippets.

View oleksii-yerko's full-sized avatar

oleksii-yerko

View GitHub Profile
@oleksii-yerko
oleksii-yerko / world.topo.json
Last active October 30, 2023 12:04
world.topo
[
{
"code3": "AUS",
"z": 0.33,
"code": "Australia"
},
{
"code3": "CAN",
"z": 2,
"code": "Canada"
@oleksii-yerko
oleksii-yerko / 2019-https-localhost.md
Created August 5, 2021 08:08 — 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).