ASTPP install SSL
To install SSL on ASTPP server, edit file vi /etc/nginx/ssl/nginx.crt; Add your SSL cert on this file. It is good idea to paste your ca-bundle file content after SSL cert, so you have full chain. vi /etc/nginx/ssl/nginx.key Add SSL private key. Now restart Nginx nginx -s reload By default if you use non HTTPS link, … Read more