/var/softaculous/shopware
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env.local3120644editdlrm
.htaccess5810644editdlrm
.uniqueid.txt120644editdlrm
backup.php21670644editdlrm
edit.php52670644editdlrm
edit.xml4330644editdlrm
extend.php94050644editdlrm
fileindex.php1940644editdlrm
import.php49190644editdlrm
info.xml42970644editdlrm
install.js9240644editdlrm
install.lock130644editdlrm
install.php93440644editdlrm
install.xml9520644editdlrm
md563250644editdlrm
notes.txt27760644editdlrm
update_appkey.php8250644editdlrm
update_pass.php5410644editdlrm
_clone.php110160644editdlrm
_upgrade.php43610644editdlrm
_upgrade.xml3270644editdlrm
Edit: /var/softaculous/shopware/update_appkey.php (825B)
saveToAsciiSafeString(); echo ''.$appsecret.''; //Generate private/public keypair using openssl functions $key = openssl_pkey_new([ 'digest_alg' => 'aes256', 'private_key_type' => \OPENSSL_KEYTYPE_RSA, 'encrypt_key' => false, 'encrypt_key_cipher' => \OPENSSL_CIPHER_AES_256_CBC, ]); // 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.''; ?>