File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ properties:
87
87
The certificate in PEM format.
88
88
The certificate chain must be no greater than 5 certs long.
89
89
The chain must include at least one intermediate cert.
90
- exactly_one_of :
90
+ at_least_one_of :
91
91
- ' certificate'
92
92
- ' certificateWo'
93
93
sensitive : true
@@ -96,7 +96,7 @@ properties:
96
96
description : ' The write-only certificate in PEM format.'
97
97
required_with :
98
98
- ' certificateWoVersion'
99
- exactly_one_of :
99
+ at_least_one_of :
100
100
- ' certificate'
101
101
- ' certificateWo'
102
102
write_only : true
@@ -140,7 +140,7 @@ properties:
140
140
- name : ' privateKey'
141
141
type : String
142
142
description : ' The private key in PEM format.'
143
- exactly_one_of :
143
+ at_least_one_of :
144
144
- ' privateKey'
145
145
- ' privateKeyWo'
146
146
immutable : true
@@ -153,7 +153,7 @@ properties:
153
153
description : ' The write-only private key in PEM format.'
154
154
required_with :
155
155
- ' privateKeyWoVersion'
156
- exactly_one_of :
156
+ at_least_one_of :
157
157
- ' privateKey'
158
158
- ' privateKeyWo'
159
159
write_only : true
You can’t perform that action at this time.
0 commit comments