🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 09:49:45 | PHP 8.1.34
📂
/ (Root)
/
usr
/
local
/
lsws
/
admin
/
misc
📍 /usr/local/lsws/admin/misc
🔄 Refresh
✏️
Editing: create_admin_keypair.sh
Read Only
#!/bin/sh CUR_DIR=`dirname "$0"` cd $CUR_DIR CUR_DIR=`pwd` echo "Generating key pair for web console login page, please wait ..." openssl genrsa -out key.pem 512 if [ "$?" -eq "0" ] ; then ../fcgi-bin/admin_php5 -q genjCryptionKeyPair.php key.pem rm -f key.pem else ../fcgi-bin/admin_php5 -q genjCryptionKeyPair.php fi
💾 Save Changes
❌ Cancel