sudo apt-get update
sudo apt-get install smstools curl iconv
sudo nano /usr/local/bin/pushsms
#!/bin/bash
sudo apt-get update
sudo apt-get install smstools curl iconv
sudo nano /usr/local/bin/pushsms
#!/bin/bash
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
https://gist.github.com/Greelan/28a46a33140b65c9a045573ca460f044 | |
# How to use "acme.sh" to set up Lets Encrypt without root permissions | |
# See https://github.com/Neilpang/acme.sh for more | |
# This assumes that your website has a webroot at "/var/www/<domain>" | |
# I'll use the domain "EXAMPLE.com" as an example | |
# When this is done, there will be an "acme" user that handles issuing, |