Jump to: navigation, search

Changes


HowTo:Create UBIK Web Service Certificates

20 bytes added, 07:30, 3 June 2014
/* Create Root Authority Certificate */
== Create Root Authority Certificate ==
Create a self-signed root authority certificate usingthe command
<code>makecert -n "CN=<ROOTNAME>" -r -sv <ROOTNAME>.pvk <ROOTNAME>.cer</code>
where '''ROOTNAME''' ... self-signed root authority name, (see [http://msdn.microsoft.com/en-us/library/bfsktky3%28VS.110%29.aspx MSDN]). This certifiate has to be installed on the [[UBIK Windows 8 Client Certificate|Client]] and the [[UBIK_Web_Service#Certificate|Server]].
and install the certifiate {{Hint|This step can be ignored if there is already a valid root authority certificate installed on the [[UBIK Windows 8 Client Certificate|Client]] server and the [[UBIK_Web_Service#Certificate|Server]].client!}}
Example:<br/>
<code>makecert -n "CN=Augmensys" -r -sv AugmensysCA.pvk AugmensysCA.cer</code>
 
 
 
{{Hint|This step can be ignored if there is already a valid root authority certificate installed on the server and the client!}}
== Create Service Certificate ==
10,686
edits