Commit graph

9 commits

Author SHA1 Message Date
c44d842226
feat: Implement import of CA bundles to keystores 2024-11-24 13:14:09 +01:00
d0f1daa02b
feat: Allow import of trust-only certificates
- These certificates do not have keys, because they are solely for trusting them.
- Also more rigorously verify arguments passed to OpenSSL
2024-11-24 11:44:21 +01:00
fc4ea17cf3 chore: Rename certificate information to be more versatile to use 2024-11-23 22:10:20 +01:00
f1135c54fa chore: Rename OpenSSLCertificateCreator to OpenSSLService 2024-11-23 22:10:20 +01:00
861b7469d2 chore: Update termination/exception handling 2024-11-23 17:58:55 +01:00
8d83cba2cd 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:51:56 +01:00
f2ed523285 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:51:56 +01:00
3e4fba83db fix: Renaming issues & re-used usage closing twice 2024-11-22 09:48:01 +01:00
Torge Hamann
f1cfce920a Add cert and private key + cert creation service 2024-11-18 15:53:29 +01:00