Changes
/* Convert Service Certificate for Import in IIS */
== Convert Service Certificate for Import in IIS ==
The created certificate has to be converted for importing it prior to being imported on an IIS service.
<code>pvk2pfx -pvk "<SITENAME>.pvk" -spc "<SITENAME>.cer" -pfx "<SITENAME>.pfx" -pi <PASSWORD></code><br/>
Example:<br/><code>pvk2pfx -pvk "AugDemoIIS01.pvk" -spc "AugDemoIIS01.cer" -pfx "AugDemoIIS01.pfx" -pi mysecretpassword</code><br/>where '''PASSWORD ''' ... the user-defined password used for creating the certificate in the previous step.
Now the certificate is ready to be imported on the IIS.