Skip to content

Instantly share code, notes, and snippets.

View XxTavo16xX's full-sized avatar
💻
Coding

Armando Octavio Peralta Ramirez XxTavo16xX

💻
Coding
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