Commit graph

26 commits

Author SHA1 Message Date
e98dddb5d7
feat: Implement feature to store symmetric passphrases in DB 2024-11-22 09:45:55 +01:00
6005e0a479
feat: Implement new services required or OpenSSL certificate creation 2024-11-22 08:40:26 +01:00
e5f0dc4a69
chore: Run spotless 2024-11-20 17:34:30 +01:00
9b6756f4c4
chore: Remove unused field 2024-11-20 16:54:08 +01:00
1c7f8ddd21
fix: Renaming issues & re-used usage closing twice 2024-11-20 16:53:10 +01:00
22a2c0529e
feat: Allow certification results to be usages 2024-11-19 23:07:53 +01:00
cc33015674
feat: Implement way of retrieving CAs in signing process 2024-11-19 23:02:27 +01:00
ef141568b7
feat: Use password provider to store certificates encrypted 2024-11-19 22:23:40 +01:00
edc2bf70c6 chore: Exchange regex flag with group-based flagging 2024-11-19 19:11:54 +01:00
1380b39977 feat: Implement certificate fingerprinting on creation 2024-11-19 19:11:54 +01:00
Torge Hamann
f1cfce920a Add cert and private key + cert creation service 2024-11-18 15:53:29 +01:00
adc973e90d feat: Allow creation of unsigned certs 2024-11-17 23:03:06 +01:00
722092588f feat: Basic verify certificate creation in creator 2024-11-17 23:03:06 +01:00
9ec619a380 fix: Use correct formatting for alt_names 2024-11-17 23:03:06 +01:00
Torge Hamann
d98f60ab54
feat: Add basic certificate models and repositories (#8)
* Add basic certificate models and repositories

* Review comments

* Adjust cert enum
2024-11-17 21:35:27 +00:00
Torge Hamann
a2aea580f2
test: Fix test db setup and add lombok annotations (#6)
* Fix test db setup and add lombok annotations

* Formatting
2024-11-17 20:30:50 +00:00
caefe964b1 chore: Run spotless 2024-11-17 20:52:16 +01:00
ae6c7232c4 feat: Implement capability of signing certs 2024-11-17 20:52:16 +01:00
3312710abe fix: Delete tmpDir during cleanup too 2024-11-17 20:52:16 +01:00
b5571aa2e5 🚧 Fix issue where cert cleanup fails
- Delete temp directory using FileTree visitor recursively
- Update CertificateRequestBuilder to accept subject info directly from
  builder
2024-11-17 20:52:16 +01:00
98a6556bf9 🚧 Create method to generate x509 certs 2024-11-17 20:52:16 +01:00
24a4e32855 🚧 Create disposable generator result & include cli output in Logging 2024-11-17 20:52:16 +01:00
8f198f944e 🚧 Work on allowing the creation of OpenSSL certificates 2024-11-17 20:52:16 +01:00
c9fef111ad 🚧 Start work on executing openssl commands 2024-11-17 20:52:16 +01:00
Torge Hamann
e75ac48743
💾 Setup SQLite database (#3)
* Add SQLite setup

* Add basic user entity and repository

* Adjust DB naming

* Consolidate properties
2024-11-17 19:09:28 +01:00
5483502480
🚚 Update package name to something that works 2024-11-04 21:14:35 +01:00