psa.Repository
Overview
The Repository table contains information about IP pools and SSL certificate to domain assignments.
Column Descriptions
rep_id – linked to cert_rep_id in domains table for SSL certificates, linked to pool_id in the clients table for IP pools
component_id – linked to id in certificates table, linked to id in IP_Addresses table
Table Structure
CREATE TABLE `Repository` ( `rep_id` int(10) unsigned NOT NULL auto_increment, `component_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`rep_id`,`component_id`) ) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=latin1
Related documentation
September 22nd, 2008 in All Tables, Domains | tags: certificates, clients, domains, ip_addresses, repository