Skip to content

Instantly share code, notes, and snippets.

View DyegoPimentel's full-sized avatar

Dyego Pimentel DyegoPimentel

View GitHub Profile
@DyegoPimentel
DyegoPimentel / php-ssl-install.sh
Created July 31, 2020 18:26 — 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
```