]> Raphaƫl G. Git Repositories - acme/blobdiff - www/acme-challenge.php
Fix output
[acme] / www / acme-challenge.php
index c41a3d573275339f125e5352486b40c0c006b6a5..0b26303d259a9c3aebcb22028af81f812478bce2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 //Config file to read
-$conf = '/etc/acmepl/config';
+$conf = '/etc/acme/config';
 
 //Unable to show key.thumbprint couple
 if (
@@ -19,4 +19,4 @@ if (
 header('Content-Type: text/plain');
 
 //Display key.thumbprint couple
-echo $_GET['key'].$thumbprint;
+echo $_GET['key'].'.'.$thumbprint;