Jump to: navigation, search

Changes


HowTo:Create UBIK Web Service Certificates

280 bytes added, 12:43, 2 June 2014
<code>makecert -n "CN=<SELFSIGNEDNAME>" -r -sv <SELFSIGNEDNAME>.pvk <SELFSIGNEDNAME>.cer</code><br/>
SELFSIGNEDNAME ... self-signed root authority name<br/>see [http://msdn.microsoft.com/en-us/library/bfsktky3%28VS.110%29.aspx MSDN]
Example:<br/>
SITENAME ... Name of the service
SITE-IP ... IP of the service (which should be accessed from the client)
See [http://msdn.microsoft.com/en-us/library/bfsktky3%28VS.110%29.aspx MSDN] for details.
Example:<br/>
<code>pvk2pfx -pvk "<SITENAME>.pvk" -spc "<SITENAME>.cer" -pfx "<SITENAME>.pfx" -pi <PASSWORD></code><br/>
See [http://msdn.microsoft.com/en-us/library/windows/hardware/ff550672%28v=vs.85%29.aspx MSDN] for details.
Example:<br/>
681
edits