You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/bettercloud/vault/api/pki/RoleOptions.java
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,11 @@ public class RoleOptions implements Serializable {
35
35
privateStringkeyType;
36
36
privateLongkeyBits;
37
37
privateBooleanuseCsrCommonName;
38
-
39
-
40
38
privateBooleanallowSpiffename;
39
+
privateBooleanuseCsrSans;
40
+
privateList<String> keyUsage;
41
41
42
42
43
-
privateBooleanuseCsrSans;
44
43
/**
45
44
* @param ttl (optional) The Time To Live value provided as a string duration with time suffix. Hour is the largest suffix. If not set, uses the system default value or the value of max_ttl, whichever is shorter.
46
45
*
@@ -293,4 +292,13 @@ public Boolean getUseCsrCommonName() {
0 commit comments