mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 01:25:56 +02:00
Added ability to link client SSL to EPP users
This commit is contained in:
parent
db64250093
commit
f8f711e348
6 changed files with 787 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue