From 5815bf169cd815c51b8f85b19f2aa279e0ba1936 Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Thu, 9 May 2024 20:19:01 +0000 Subject: [PATCH] Update Automatic phpMyAdmin Q&A --- Automatic-phpMyAdmin-Q%26A.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automatic-phpMyAdmin-Q%26A.md b/Automatic-phpMyAdmin-Q%26A.md index e5c6bef..68821da 100644 --- a/Automatic-phpMyAdmin-Q%26A.md +++ b/Automatic-phpMyAdmin-Q%26A.md @@ -31,4 +31,4 @@ In this case, the phpMyAdmin Server ID field in Pterodactyl needs to be set to 2 Let's say your Pterodactyl installation is on the subdomain `panel.example.xyz`, and your phpMyAdmin installation is on the subdomain `database.example.xyz`. You'll need to use `.example.xyz` as the cookie domain in Pterodactyl and phpMyAdmin. Like this, the addon will be able to work on your two installations on two different subdomains. ### Q: How to generate an Encryption Key and IV? -Those encryptions keys are the most important things of the addon, they allow your installation to be secure. To generate them, you can use a password generator website like [LastPass](https://www.lastpass.com/fr/features/password-generator). For the Encryption Key, it can be as long as you want with any characters. But for the Encryption IV, it needs to be made of exactly 16 numbers. \ No newline at end of file +Those are only really useful on HTTP without any TLS certificate, but who doesn't like some extra encryption? To generate them, you can use a password generator website like [LastPass](https://www.lastpass.com/fr/features/password-generator). For the Encryption Key, it can be as long as you want with any characters. **But the Encryption IV needs to be made of exactly 16 digits.** \ No newline at end of file