Commit graph

8 commits

Author SHA1 Message Date
4b863fec42
chore: Apply spotless formatting 2025-04-20 15:41:16 +02:00
d725d7d249
feat: Read notBefore/After and serial from x509 command
- Added notBefore/After to the DB entity
- API changed to a command output oriented record instead of the certificate request object to separate concerns
2024-12-28 09:48:49 +01:00
0cac57dd15 feat: Allow some OpenSSL commands to happen inline
- This reduces the number of disk reads/writes and allows for less potential IOExceptions
2024-11-24 13:50:46 +01:00
6b1c969ce6 feat: Implement import of CA bundles to keystores 2024-11-24 13:50:46 +01:00
a4f495ab91 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 13:50:46 +01:00
335eb3ed8d experiment: Increase logging based on PR label 2024-11-23 22:10:20 +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
Renamed from src/main/java/de/mlessmann/certassist/openssl/OpenSSLCertificateCreator.java (Browse further)