Certificate database (database)
The certificate database (database) is used to store and retrieve information about certificates handled by IAM. It is implemented using an SQLite driver and has the tables listed below.
Primary | Column | Type | Comment |
---|---|---|---|
+ | issuer | TEXT | certificate issuer |
+ | serial | TEXT | certificate serial number |
type | TEXT | type of certificate storage | |
certURL | TEXT | certificate URL | |
keyURL | TEXT | corresponding key URL | |
notAfter | TIMESTAMP | certificate valid date |