Jump to: navigation, search

Changes


HowTo:Create UBIK Web Service Certificates

3 bytes removed, 07:42, 3 June 2014
/* Convert Service Certificate for Import in IIS */
== Convert Service Certificate for Import in IIS ==
The created certificate has to be converted prior to being imported on an IIS service.
<code>pvk2pfx -pvk "<SITENAME>.pvk" -spc "<SITENAME>.cer" -pfx "<SITENAME>.pfx" -pi <PASSWORD></code><br/>
where '''PASSWORD''' ... the user-defined password used for creating the certificate in the previous step.
Now the The certificate is ready to be imported on the IIS.now!
== Configure IIS ==
10,686
edits