Skip to content

Instantly share code, notes, and snippets.

View agadev's full-sized avatar

Atul agadev

View GitHub Profile
@agadev
agadev / php-ssl-install.sh
Last active June 26, 2022 16:09 — 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
## Change directory to acme client
cd acme-client