chore: Remove unused field
This commit is contained in:
parent
3e4fba83db
commit
2d5f3f72c2
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue