feat: Add basic certificate models and repositories (#8)
* Add basic certificate models and repositories * Review comments * Adjust cert enum
This commit is contained in:
parent
a2aea580f2
commit
d98f60ab54
15 changed files with 244 additions and 9 deletions
|
|
@ -9,6 +9,7 @@ import lombok.Data;
|
|||
public class CertificateRequest {
|
||||
|
||||
@Builder.Default
|
||||
@Deprecated
|
||||
private String oid = UUID.randomUUID().toString();
|
||||
|
||||
private RequestType type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue