We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27cc13 commit 09b6ad2Copy full SHA for 09b6ad2
1 file changed
bin/v-update-host-certificate
@@ -53,8 +53,8 @@ fi
53
backup_datetime=`date '+%Y-%m-%d_%H-%M-%S'`
54
55
# Copy hostnames certificates from user dir
56
-cp /home/$user/conf/web/$hostname/ssl.$hostname.pem $HESTIA/ssl/certificate.crt
57
-cp /home/$user/conf/web/$hostname/ssl.$hostname.key $HESTIA/ssl/certificate.key
+cp /home/$user/conf/web/$hostname/$hostname.pem $HESTIA/ssl/certificate.crt
+cp /home/$user/conf/web/$hostname/$hostname.key $HESTIA/ssl/certificate.key
58
59
# Checking exim username for later chowning
60
exim_user="exim";
0 commit comments