Hacker News new | ask | show | jobs
by azdle 3852 days ago
For anyone that wants to do this w/ nginx, you can add this location configuration to any "server" block for the challenge portion:

        location /.well-known/acme-challenge/ {
		alias		/var/www/acme-webroot/.well-known/acme-challenge/;
	}
Then use this this tool from mozilla to get a configuration for installing the cert: https://mozilla.github.io/server-side-tls/ssl-config-generat...