/var/softaculous/glpi
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess3120644editdlrm
config_db.php2940644editdlrm
edit.php46590644editdlrm
edit.xml4330644editdlrm
extend.php90040644editdlrm
fileindex.php2620644editdlrm
glpicrypt.key110644editdlrm
import.php37520644editdlrm
info.xml51680644editdlrm
install.js9210644editdlrm
install.php72250644editdlrm
install.xml28110644editdlrm
md524740644editdlrm
notes.txt7950644editdlrm
oauth.pem140644editdlrm
oauth.pub130644editdlrm
pub_.htaccess1570644editdlrm
update_glpikey.php5810644editdlrm
update_pass.php4970644editdlrm
upgrade.php55350644editdlrm
upgrade.xml3090644editdlrm
_clone.php37100644editdlrm
Edit: /var/softaculous/glpi/update_glpikey.php (581B)
'.$key.''; //Generate private/public keypair using openssl functions $key = openssl_pkey_new([ 'digest_alg' => 'sha512', 'private_key_bits' => 2048, 'private_key_type' => OPENSSL_KEYTYPE_RSA, ]); // export private key openssl_pkey_export($key, $priv_key); // export public key $keyData = openssl_pkey_get_details($key); $public_key = $keyData['key']; $private_key = $priv_key; echo ''.$public_key.''; echo ''.$private_key.''; ?>