feat: Add basic certificate models and repositories #8

Merged
torge-hmn merged 4 commits from certificate-models into main 2024-11-17 21:35:27 +00:00
Showing only changes of commit 1fd859bb45 - Show all commits

View file

@ -4,5 +4,5 @@ public enum CertificateType {
ROOT_CA, ROOT_CA,
STANDALONE_CERT, STANDALONE_CERT,
SIGNED_CERT, SIGNED_CERT,
CLIENT_CERT CLIENT_CERT,
} }