You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/lib/object_store is where the code is. DB.cpp, DBObject.cpp and DBToken.cpp are implementation of the database interface, DB objects, and tokens represented as DB objects.
There is also a dump program that allows to dump existing database, SQL variant is implemented in src/bin/dump/softhsm2-dump-db.cpp. This might be interesting because it does not use the object store and operates on the SQL level directly.
Allow reading/writing in SoftHSMv2 sql database format to provide transparent migration path.
This would help FreeIPA to migrate existing environments where we use SoftHSM for DNSSEC to use kryoptic without forcing data migration.
The text was updated successfully, but these errors were encountered: