Add https client authentication
Change-Id: Ib04eaa8e534e2ac83fb4c11a169f110a5f3a580d
This commit is contained in:
parent
0323749ff4
commit
79e7530390
7 changed files with 145 additions and 14 deletions
|
@ -24,6 +24,9 @@
|
|||
<xs:element name="keystorePath" type="xs:string" />
|
||||
<xs:element name="keystorePassword" type="xs:string" />
|
||||
<xs:element name="keyPassword" type="xs:string" />
|
||||
<xs:element name="truststorePath" type="xs:string" />
|
||||
<xs:element name="truststorePassword" type="xs:string" />
|
||||
<xs:element name="requireClientAuth" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue