Skip to content

Instantly share code, notes, and snippets.

@iamshreeram
iamshreeram / php-ssl-install.sh
Created December 30, 2018 06:41
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
```