We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777939b commit b40e331Copy full SHA for b40e331
bin/v-update-letsencrypt-ssl
@@ -27,6 +27,7 @@ users=$($BIN/v-list-users | tail -n+3 | awk '{ print $1 }')
27
28
# Checking users
29
for user in $users; do
30
+ USER_DATA=$VESTA/data/users/$user
31
# Checking user certificates
32
for domain in $(search_objects 'web' 'LETSENCRYPT' 'yes' 'DOMAIN'); do
33
# Checking certificate issuer
0 commit comments