Commit graph

20 commits

Author SHA1 Message Date
b39242baba feat: Tertiary full chain supprt
- Technically, CAs and intermediate CAs do not use "fullchain" certificates, but it is useful to us to include the entire certificate chain in the leaf certificate
2024-11-22 12:57:23 +01:00
c7f05f1337 feat: Store fullchain certificate information alongside certs 2024-11-22 12:57:23 +01:00
e888ea57c1 feat: Implement verification of trust chains in OpenSSLCertificateCreator 2024-11-22 12:57:23 +01:00
ac3821c949 feat: Implement new services required or OpenSSL certificate creation 2024-11-22 09:48:01 +01:00
3e4fba83db fix: Renaming issues & re-used usage closing twice 2024-11-22 09:48:01 +01:00
1d6bf0facc feat: Allow certification results to be usages 2024-11-22 09:48:01 +01:00
fc34320ffd feat: Implement way of retrieving CAs in signing process 2024-11-22 09:48:01 +01:00
2608bca428 feat: Use password provider to store certificates encrypted 2024-11-22 09:48:01 +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
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
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
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