Browse Source

Обновить 'README.md'

Берсенев Валерий 2 months ago
parent
commit
f9d7127f3c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -44,10 +44,12 @@ avto4certbot.sh --help; this help
44
 ```
44
 ```
45
 
45
 
46
 * check work - create on server:
46
 * check work - create on server:
47
+
47
 ```
48
 ```
48
 echo "WELCOME" >/var/www/certbot/www/.well-known/acme-challenge/test.txt
49
 echo "WELCOME" >/var/www/certbot/www/.well-known/acme-challenge/test.txt
49
 ```
50
 ```
50
 * check from an external client:
51
 * check from an external client:
52
+
51
 ```
53
 ```
52
 curl -ikL http://mydomen.ru/.well-known/acme-challenge/test.txt
54
 curl -ikL http://mydomen.ru/.well-known/acme-challenge/test.txt
53
 ```
55
 ```