[FIXED]Debian-nginx-isp , beta ssl work. small issue

just received beta access from mail few hours ago…
i’m on Debian 8
nginx 1.6.2-5
ISPConfig 3.0.5.4p8

i just launch script letsencrypt-auto as info on mail,but i had to serivce nginx stop to let it work.
after this i adjust the ssl certificate on vhost and now have A+ on ssl labtest. thanx

i will try to investigate how to non-stop nginx for new ssl or auto rennovate.

1 Like

ok webroot non work because by defautl nginx block /.
as writi here


but that workaround dont work

latest letsencrypt client changed the content-type to text/plain Using the webroot domain verification method instead of applictaion/jose+json might try that

thank you , now work
added to domain vhost config

location /.well-known/acme-challenge { location ~ /.well-known/acme-challenge/(.*) { allow all; add_header Content-Type "text/plain"; } }