]> Raphaël G. Git Repositories - acme/commitdiff
Fix output 0.7.0
authorRaphaël Gertz <git@rapsys.eu>
Wed, 5 Apr 2017 21:37:57 +0000 (23:37 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 5 Apr 2017 21:37:57 +0000 (23:37 +0200)
www/acme-challenge.php

index 6f809b437261d64b259f45785788985f2dd1172f..0b26303d259a9c3aebcb22028af81f812478bce2 100644 (file)
@@ -19,4 +19,4 @@ if (
 header('Content-Type: text/plain');
 
 //Display key.thumbprint couple
-echo $_GET['key'].$thumbprint;
+echo $_GET['key'].'.'.$thumbprint;