How to enable localhost to serve over HTTPS instead of HTTP

By akohad Apr17,2023

[ad_1]

https
Annoyed
  1. Download OpenSSL from its official website and install it. (If you have git bash already installed in your system, you don’t have to install OpenSSL)
  2. Generate a private key by running the following command on OpenSSL or Git Bash.
generate private key
openssl x509 -req -days 365 -in localhost.csr -signkey localhost.key -out localhost.crt

[ad_2]

Source link

By akohad

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *