. '''To [[Software|Software]]''' - '''To [[OverviewProjectsBoard|Overview Projects Board]]''' - '''To [[SystemAdministration/Systems/Webdb|Webdb Sys Administration]]''' - '''To [[Software/Webdb|Webdb Handbook]]'''

----

= Software: Webdb Documentation - Maintenance - Add new Root, Subroots =

There are several scenarios and about 2 tasks.

== Scenarios ==
 A. Create new Root cert
 A. Update new Root cert (replace existing one)
 A. Create new Subroot cert 
 A. Update new Subroot cert (replace existing one)

== Tasks ==
 1. Create the Root cert, Subroot cert, Update Subroot cert
 2. Database maintenance


== Task 2 ==
 * Table Root_Certs includes the CN of the newly cert. It has to be added to the table manualy
 * Table Root_Certs includes the internal number for the newly created root or subroot cert.

The CN and a new Id needs to be added maualy to table Root_Certs

 {{{
mysql>
 insert into Root_Certs (id, cert_text) VALUES (1,'CAcert Testserver1 Root');
 insert into Root_Certs (id, cert_text) VALUES (2,'CAcert Testserver1 Class3');
}}}



----
 . CategorySoftware
 . CategorySoftwareWebdb
 . CategorySystems