Browse Source

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

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

+ 10 - 0
README.md

@@ -42,4 +42,14 @@ avto4certbot.sh --help; this help
42 42
 ## autocertbot
43 43
 24 01 * * * root /etc/avto4certbot/avto4certbot.sh --update nginx
44 44
 ```
45
+
46
+* check work - create on server:
47
+```
48
+echo "WELCOME" >/var/www/certbot/www/.well-known/acme-challenge/test.txt
49
+```
50
+* check from an external client:
51
+```
52
+curl -ikL http://mydomen.ru/.well-known/acme-challenge/test.txt
53
+```
54
+
45 55
 License: GPLv2.0