clientRenew stepped
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
# https://habr.com/ru/articles/735712/
|
||||
certbot certonly --manual --preferred-challenges http -d "kornerr.ru"
|
||||
SDIR=$(cd "$(dirname "$0")" ; pwd -P)
|
||||
T=$SDIR/../step
|
||||
|
||||
STEP=0
|
||||
source $T/ensureRootUser
|
||||
source $T/renewCertbot
|
||||
|
||||
Reference in New Issue
Block a user