Skip to content

Instantly share code, notes, and snippets.

View parkkk123's full-sized avatar
🙊
เมี๊ยวๆๆๆๆ

parkkk123

🙊
เมี๊ยวๆๆๆๆ
View GitHub Profile
//Self-Signed Certificate for using with VS Code Live Server
//Save both files in a location you will remember
1. create a private key
openssl genrsa -aes256 -out localhost.key 2048
// you will be prompted to provide a password
//this will create localhost.key (call it whatever you like)
2. create the certificate