feat: Implement working draft of importing existing certificates #15

Merged
MarkL4YG merged 4 commits from feat/certificateImport into main 2024-11-23 10:51:57 +00:00

4 commits

Author SHA1 Message Date
be8b165d46
chore: Fix JDBC driver issues caused by blob incompatibility
chore: Remove lob annotation from certificate entity
chore: Rename commonName colum to reflect it being in the subject information
chore: Add more verbose logging
chore: Update test to yield actually usefull assertion errors
fix: Delete all items in the repository before running test
- This fixes an issue where non-deterministic test order would cause the #singleElement assertion to fail sometimes
2024-11-23 11:49:36 +01:00
3c583bad76
fix: Update build image to 24.04 because of OpenSSL-CLI bug
chore: Remove now unneeded update step
chore: Align build images in workflows
chore: Add documentation on broken images
chore: Upgrade Ubuntu build image
chore: Add build step to update OpenSSL
2024-11-23 11:49:36 +01:00
61ccad5a1c
chore: Add version logging for OpenSSL 2024-11-23 11:48:54 +01:00
463328f04f
feat: Implement support for importing certificates
chore: Remove obsolete model
wip: Create first working test case for cert import
wip: Generate basic certRequest from given cert files
wip: Start work on being able to import certificates
chore: Update gitignore
2024-11-23 11:48:54 +01:00