FEAT: Preparation work for on-disk encryption and certificate stores #13

Merged
MarkL4YG merged 9 commits from feat/certEncryption into main 2024-11-22 08:48:02 +00:00
Showing only changes of commit 9b6756f4c4 - Show all commits

View file

@ -8,10 +8,6 @@ import lombok.Data;
@Builder @Builder
public class CertificateRequest { public class CertificateRequest {
@Builder.Default
@Deprecated
private String oid = UUID.randomUUID().toString();
private RequestType type; private RequestType type;
private String commonName; private String commonName;
private String trustingAuthority; private String trustingAuthority;