Changes

HowTo:Create UBIK Web Service Certificates

16 bytes added, 07:35, 3 June 2014
/* 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/>
See (see [http://msdn.microsoft.com/en-us/library/windows/hardware/ff550672%28v=vs.85%29.aspx MSDN] for details).
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.
10,686
edits