When you install the Integration Server, the application generates a local self-signed certificate which is used by the server when establishing SSL connections.
To replace this certificate:
You can installt he certificate in one of the following ways:
certutil -importpfx [pfx file] -p [password]
Example:
certutil -importpfx -p "" cert.p12
The certificate must be installed to the storage on a local computer. In this case the certificate will remain in the system if you remove the Integration Server.
Use the command:
netsh http show sslcert
Example of the command:
SSL Certificate bindings: ------------------------- IP:port : 10.20.30.40:8078 Certificate Hash : 7b0ef176aa839536686e8484aad0a44058519662 Application ID : {e3aa9184-8518-4486-879a-2c41fd88dba3} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Enabled IP:port : 0.0.0.0:8070 Certificate Hash : debd6c3c6180397e2c0f56ff27408a259ec59454 Application ID : {5ca18ed0-cbe9-418c-aede-f63f0324113c} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Enabled
You can save the parameters IP:port, Certificate Hash, and Application ID of the current binding so that you can restore the default settings later.
Enter the command:
netsh http delete sslcert ipport=[iport]
netsh http delete sslcert ipport=0.0.0.0:8070
netsh http add sslcert ipport=[ipport] certhash=[certificate hash] appid={013A84E5-92A6-4E26-8904-DD1771EE319D}
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={013A84E5-92A6-4E26-8904-DD1771EE319D}
The certificate must contain a private key.
Release of antivirus database updates (required to protect your computer/server/mobile device)
Providing technical support over phone / web
Release of patches for the application (addressing detected bugs)
Please let us know how we can make this website more comfortable for you
Thank you for submitting your feedback. We will review your feedback shortly.
Your feedback will be used for content improvement purposes only. If you need assistance, please contact technical support.
Your suggestions will help improve this article.