2016-03-21 9:42 GMT+01:00 Philipp Junghannß <[email protected]>:
> the only thing random keys are is increase annoyance when you cannot work
> automatically (try manually posting 14 challenges from SSH to your web
> folder and you'll get my point)
With most of web servers, you can use a location regex to
automatically answer challenges.
E.g. with Nginx :
location ~ ^/\.well-known/acme-challenge/(?<filename>[-_a-zA-Z0-9]+)$ {
default_type text/plain;
return 200 '$filename.YOUR_ACCOUNT_THUMBPRINT';
}
--
Jonathan Leroy
http://www.inikup.com/
Tel: +33 (0)9 74 77 41 72
_______________________________________________
Acme mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/acme