Skip to content

Instantly share code, notes, and snippets.

View aswin-devil's full-sized avatar

ASWIN MM aswin-devil

  • AL-SADI
  • Kuwait
  • 03:21 (UTC -12:00)
View GitHub Profile
@aswin-devil
aswin-devil / php-ssl-install.sh
Created January 23, 2025 22:20 — forked from iamshreeram/php-ssl-install.sh
Installing SSL certificate in hostinger
# Installation of SSL Certificate
## Enable SSH :
ssh [email protected] -p 65002
## Download acme-client
git clone https://github.com/kelunik/acme-client
## Install composer
```