http://mail.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/phpfilesafe/index.html
Then get your free letsencrypt certificate using acme.sh: wget -O - https://get.acme.sh | sh
source ~/.bashrc
systemctl stop nginx
acme.sh --issue --standalone -d ech2.duckdns.org -k 4096
systemctl start nginx
nano /etc/nginx/conf.d/phpfilesafe.conf Edit the nginx config to have your own domain name: Once you're done, hit CTRL+S to save and CTRL+X to exit nano and just reload nginx, and view the website: End Result Reload the nginx configuration since we modified it: nginx -t
nginx -s reload Then...