clientRenew stepped
This commit is contained in:
6
step/renewCertbot
Normal file
6
step/renewCertbot
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
# https://habr.com/ru/articles/735712/
|
||||
|
||||
STEP=$((STEP+1))
|
||||
echo -e "\n> > > > Шаг №$STEP. Просим certbot обновить"
|
||||
certbot certonly --manual --preferred-challenges http -d "kornerr.ru"
|
||||
Reference in New Issue
Block a user