X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/ac7e0883b55a5684c01c682152e576d98d68fdd0..3e8754afedb474ed46e495f208aa2353f6bf3511:/www/acme-challenge.php?ds=sidebyside diff --git a/www/acme-challenge.php b/www/acme-challenge.php index 6f809b4..0b26303 100644 --- a/www/acme-challenge.php +++ b/www/acme-challenge.php @@ -19,4 +19,4 @@ if ( header('Content-Type: text/plain'); //Display key.thumbprint couple -echo $_GET['key'].$thumbprint; +echo $_GET['key'].'.'.$thumbprint;