Enable HTTPS in LOCALHOST with OpenSSL for a NodeJS app 🤓

Pubblicato il: 01 gennaio 1970
sul canale di: The Destro Dev Show
16,662
199

Enable HTTPS in LOCALHOST with OpenSSL for a NodeJS app 🤓

For different purposes, we might need to enable HTTPS in our LOCALHOST environment. In this video, I have tried to show how we can do that in few minutes. 🎯
Enjoy 🌸

/// Commands to generate certificate with OpenSSL ///
openssl genrsa -out key.pem
openssl req -new -key key.pem -out csr.pem
openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
rm csr.pem

/// Buy me a Coffee ///
☕️ https://www.buymeacoffee.com/destrode...

/// Social ///
Follow -
FB Page:   / the.destro.dev.show  
Twitter:   / destro_mas  
DEV.to Blog: - https://dev.to/destro_mas
Medium:   / destro-mas  

Made with ❤️ in Berlin!

#https #localhost #nodejs #openssl #securedhttp #http #security


In questa pagina del sito puoi guardare il video online Enable HTTPS in LOCALHOST with OpenSSL for a NodeJS app 🤓 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato The Destro Dev Show 01 gennaio 1970, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 16,662 volte e gli è piaciuto 199 spettatori. Buona visione!