Changes
/* 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.
== Configure IIS ==