Home Blag Links Wireguard About

XCA with DBMS Backend

2021-01-22

XCA is a nice GUI-based certificate management tool which provides support for smartcards and HSMs (i.e., NitroKey HSMs).

Just found out that XCA supports MariaDB/PostgreSQL as database backends (as opposed to the default SQliteDB). I need to check that out.

The default database can be dumped with sqlite3 dbname.xdb .dump > dump.sql and then imported into mysql/psql.

Details are here: XCA: Remote Databases