	<!-- Declaration of tls_mgm table-->
	<db_table id="tls_mgm">
		<table_name>tls_mgm</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB_STR</type></column>
		<column><field>address</field><type>DB_STR</type></column>
		<column><field>type</field><type>DB_INT</type></column>
		<column><field>method</field><type>DB_STR</type></column>
		<column><field>verify_cert</field><type>DB_INT</type></column>
		<column><field>require_cert</field><type>DB_INT</type></column>
		<column><field>certificate</field><type>DB_STR</type></column>
		<column><field>private_key</field><type>DB_STR</type></column>
		<column><field>crl_check_all</field><type>DB_INT</type></column>
		<column><field>crl_dir</field><type>DB_STR</type></column>
		<column><field>ca_list</field><type>DB_STR</type></column>
		<column><field>ca_dir</field><type>DB_STR</type></column>
		<column><field>cipher_list</field><type>DB_STR</type></column>
		<column><field>dh_params</field><type>DB_STR</type></column>
		<column><field>ec_curve</field><type>DB_STR</type></column>
	</db_table>
