X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/07bc74e1aa95924f4d230f37697c2bbf60b2b41b..a30d412c8f8f1a4522ced824779770de5b8c1513:/www/acme-challenge.php 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;