Skip to content

Commit

Permalink
fix: key
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Nov 3, 2024
1 parent 403ecba commit a3a63ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh/cert_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ function get_self_signed_cert() {
openssl req -x509 -newkey rsa:2048 -keyout "$private_key" -out "$certificate" -days 3650 -nodes -subj "/C=GB/ST=London/L=London/O=Google Trust Services LLC/CN=$d"
echo "New certificate and private key generated."
fi
chmod 600 -R $ssl_cert_path
chmod 600 -R $private_key

}

0 comments on commit a3a63ba

Please sign in to comment.