We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5602501 commit fc8c998Copy full SHA for fc8c998
1 file changed
xray/ins-xray.sh
@@ -493,6 +493,8 @@ wget -O cek-ssws "https://raw.githubusercontent.com/givps/AutoScriptXray/master/
493
# xray acces & error log
494
wget -O xray-log "https://raw.githubusercontent.com/givps/AutoScriptXray/master/xray/xray-log.sh" && chmod +x xray-log
495
496
+# Auto-detect Xray SSL and convert
497
+XRAY_DIR="/usr/local/etc/xray"
498
# Cari file SSL Xray
499
CERT=$(find $XRAY_DIR -name "*.crt" -o -name "*.pem" -o -name "fullchain.cer" | head -1)
500
KEY=$(find $XRAY_DIR -name "*.key" -o -name "private.key" | head -1)
0 commit comments