We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca62de commit 9449914Copy full SHA for 9449914
1 file changed
bin/v_add_ssl_certificate
@@ -42,8 +42,8 @@ is_cert_valid "$V_TMP"
42
#----------------------------------------------------------#
43
44
# Adding certificate to user dir
45
-cp $V_TMP/$cert.crt $V_USERS/$user/cert/
46
-cp $V_TMP/$cert.key $V_USERS/$user/cert/
+mv $V_TMP/$cert.crt $V_USERS/$user/cert/
+mv $V_TMP/$cert.key $V_USERS/$user/cert/
47
48
49
0 commit comments