Link to home
Start Free TrialLog in
Avatar of porto111
porto111

asked on

CERTIFICATE

we have a iis web site  using SSL certificate, we will be connecting to another secure iis server at vendors site.
they request that we send them  a certificate that they can install on their end to make the connection secure
"The specs are:
Base 64 X.509 Class 3 personal certificate."

i believe thay want to place the certifiacte within their code that call our web service
something like:
EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
>MIIEDjCCAvYCAQAwDQYJKoZIhvcNAQEEBQAwgcwxCzAJBgNVBAYTAkNMMRYwFAYDVQQIEw1NZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzExMC8GA1UEChMoU2VydmljaW8gUmVnaXN0cm8gQ2l2aWwgZSBJZGVudGlmaWNhY2lvbjEfMB0GA1UECxMWSW5nZW5pZXJpYSBkZSBTaXN0ZW1hczEYMBYGA1UEAxMPZGVzYXdzLnNyY2VpLmNsMSQwIgYJKoZIhvcNAQkBFhVpbmdfc2lzdGVtYXNAc3JjZWkuY2wwHhcNMTIwNTEwMTkyNjQyWhcNMTQwNTEwMTkyNjQyWjCBzDELMAkGA1UEBhMCQ0wxFjAUBgNVBAgTDU1ldHJvcG9saXRhbmExETAPBgNVBAcTCFNhbnRpYWdvMTEwLwYDVQQKEyhTZXJ2aWNpbyBSZWdpc3RybyBDaXZpbCBlIElkZW50aWZpY2FjaW9uMR8wHQYDVQQLExZJbmdlbmllcmlhIGRlIFNpc3RlbWFzMRgwFgYDVQQDEw9kZXNhd3Muc3JjZWkuY2wxJDAiBgkqhkiG9w0BCQEWFWluZ19zaXN0ZW1hc0BzcmNlaS5jbDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMY0R51yusF9e55zkhb64P5guZljM07IlLfnuQ4xwwKSrs

how do i go about getting the cert to them, my IIS  has a wildcard certificate installed
ASKER CERTIFIED SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of porto111
porto111

ASKER

use the standard XML-Signature (http://www.w3.org/TR/xmldsig-core/) in SOAP headers on both the request and for the response to the service

this is waht was requested by the third party we are connecting to
it might be that there is only a worksation on the their end and not a server

any clues on how to do this
Sorry, I misread the question.  

Are connections to this service done over HTTP?  If so, can they be done over HTTPS?  If so, you can just leave things the way they are - your communications will be encrypted.
they request >To , use the standard XML-Signature  in SOAP headers on both the request and for the response to the service.
For electronic signatures required to use a certificate issued by a certificate authority authorized