[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [275] https: fix wrong path
From: |
assafgordon |
Subject: |
[Savannah-cvs] [275] https: fix wrong path |
Date: |
Tue, 8 Nov 2016 14:58:44 +0000 (UTC) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [275] https: fix wrong path,
assafgordon <=