Revision: 275
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=275
Author:   agn
Date:     2016-11-08 14:58:40 +0000 (Tue, 08 Nov 2016)
Log Message:
-----------
https: fix wrong path

Modified Paths:
--------------
    trunk/sviki/https.mdwn

Modified: trunk/sviki/https.mdwn
===================================================================
--- trunk/sviki/https.mdwn      2016-11-06 19:09:48 UTC (rev 274)
+++ trunk/sviki/https.mdwn      2016-11-08 14:58:40 UTC (rev 275)
@@ -94,7 +94,7 @@
 it will be automatically created by `certbot` on one the first run):
 
     $ mkdir /home/certbot/www/.well-known
-    $ echo "this is a test file" /home/certbot/certbot/.well-known/foo.txt
+    $ echo "this is a test file" > /home/certbot/www/.well-known/foo.txt
     $ wget -O- http://frontend0.sv.gnu.org/.well-known/foo.txt
     this is a test file
     $ rm /home/certbot/certbot/.well-known/foo.txt  # clean up


Reply via email to