Skip to content

Commit 09b6ad2

Browse files
committed
Adjust ssl config location.
1 parent a27cc13 commit 09b6ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-update-host-certificate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ fi
5353
backup_datetime=`date '+%Y-%m-%d_%H-%M-%S'`
5454

5555
# 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
56+
cp /home/$user/conf/web/$hostname/$hostname.pem $HESTIA/ssl/certificate.crt
57+
cp /home/$user/conf/web/$hostname/$hostname.key $HESTIA/ssl/certificate.key
5858

5959
# Checking exim username for later chowning
6060
exim_user="exim";

0 commit comments

Comments
 (0)