diff --git a/database/registry.mariadb.sql b/database/registry.mariadb.sql index 73f77a3..e01632c 100644 --- a/database/registry.mariadb.sql +++ b/database/registry.mariadb.sql @@ -78,7 +78,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`registrar` ( `creditLimit` decimal(8,2) NOT NULL default '0.00', `creditThreshold` decimal(8,2) NOT NULL default '0.00', `thresholdType` enum('fixed','percent') NOT NULL default 'fixed', - `currency` varchar(5) NOT NULL, + `currency` varchar(5) NOT NULL default 'USD', `crdate` datetime(3) NOT NULL, `update` TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), @@ -646,11 +646,11 @@ CREATE TABLE IF NOT EXISTS `registry`.`ticket_responses` ( FOREIGN KEY (ticket_id) REFERENCES support_tickets(id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Ticket Responses'; -INSERT INTO `registry`.`domain_tld` VALUES('1','.COM.XX','/^(?!-)(?!.*--)[A-Z0-9-]{1,63}(? privatekey.asc ``` -### Secure Your Private Key: +#### Secure Your Private Key: Always keep your private key secure. Do not share it. If someone gains access to your private key, they can impersonate you in cryptographic operations. -### Use in RDE deposit generation: +#### Use in RDE deposit generation: -Please send the exported `publickey.asc` to your RDE provider, and also place the path to `privatekey.asc` in the escrow.php system as required. \ No newline at end of file +Please send the exported `publickey.asc` to your RDE provider, and also place the path to `privatekey.asc` in the escrow.php system as required. + +## 13. Setup DAS: + +```bash +cd /opt/registry/das +composer install +mv config.php.dist config.php +``` + +Configure all options in ```config.php``` and run ```php start_das.php &``` \ No newline at end of file