Added ability to link client SSL to EPP users

This commit is contained in:
Pinga 2025-07-10 16:19:38 +03:00
parent db64250093
commit f8f711e348
6 changed files with 787 additions and 0 deletions

View file

@ -142,6 +142,10 @@ AND NOT EXISTS (
);
EOF
# Add ssl_fingerprint column
echo "Adding ssl_fingerprint column to registrar table..."
mysql -u$DB_USER -p$DB_PASS $DB_NAME -e "ALTER TABLE registrar ADD COLUMN ssl_fingerprint CHAR(64) DEFAULT NULL AFTER vatNumber;"
echo "Database structure updated successfully."
# Check the Linux distribution and version