<?php
//Config file to read
-$conf = '/etc/acmepl/config';
+$conf = '/etc/acme/config';
//Unable to show key.thumbprint couple
if (
header('Content-Type: text/plain');
//Display key.thumbprint couple
-echo $_GET['key'].$thumbprint;
+echo $_GET['key'].'.'.$thumbprint;