diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index aaa7fb4..a9d9221 100644 --- a/docs/Server-Setup.md +++ b/docs/Server-Setup.md @@ -14,3 +14,7 @@ Copy content from [./btc-explorer.com.conf](./btc-explorer.com.conf) into `/etc/nginx/sites-available/btc-explorer.com.conf` certbot --nginx -d btc-explorer.com + cd /etc/ssl/certs + openssl dhparam -out dhparam.pem 4096 + cd /home/bitcoin/btc-rpc-explorer + pm2 start bin/www --name "btc-rpc-explorer"