Skip to content

Instantly share code, notes, and snippets.

View Akhil-Suresh's full-sized avatar
🏠
Working from home

Akhil Suresh Akhil-Suresh

🏠
Working from home
  • India
View GitHub Profile
@jitheshkt
jitheshkt / instructions.txt
Last active December 28, 2024 17:56
Installing SSL on WSL2 Apache
# The idea is, we don't install certificates on WSL, instead we install them on
# Windows and point the path at WSL Apache/Ngnix configuration file.
# We use mkcert to generate certificates.
# https://github.com/FiloSottile/mkcert
# Install mkcert on Linux. Even though we don't generate certificate here,
# I am installing this only to check the constant is properly set or not.
# If you're Linux Ninja like my friend Bombay, you could do it without
# This package for sure.