We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6016d26 commit 777939bCopy full SHA for 777939b
1 file changed
bin/v-update-letsencrypt-ssl
@@ -14,6 +14,7 @@
14
source /etc/profile
15
16
# Includes
17
+source $VESTA/func/main.sh
18
source $VESTA/conf/vesta.conf
19
20
@@ -26,7 +27,6 @@ users=$($BIN/v-list-users | tail -n+3 | awk '{ print $1 }')
26
27
28
# Checking users
29
for user in $users; do
- source $VESTA/func/main.sh
30
# Checking user certificates
31
for domain in $(search_objects 'web' 'LETSENCRYPT' 'yes' 'DOMAIN'); do
32
# Checking certificate issuer
0 commit comments