Certificados en appconfig
Publicado por Jaime (5 intervenciones) el 21/11/2018 13:18:43
Me gustaria añadir un tercer certificado que me pide para una plataforma de firma del gobierno. Y al añadirlo como otro clientCetificate me da error. Por si alguien tiene alguna solución.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<behaviors>
<endpointBehaviors>
<behavior name="NewBehavior0">
<clientCredentials>
<clientCertificate findValue="certificado_1" storeLocation="CurrentUser" x509FindType="FindBySubjectName" />
<serviceCertificate>
<defaultCertificate findValue="certificado_2" storeLocation="CurrentUser" x509FindType="FindBySubjectName" />
<authentication certificateValidationMode="None" />
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
</behaviors>
Valora esta pregunta


0