Changes

HowTo:Create UBIK Web Service Certificates

175 bytes added, 08:16, 15 February 2016
/* Create Root Authority Certificate */
== Create Root Authority Certificate ==
Create a self-signed root authority certificate, which has to be installed on the [[Install_UBIK_Windows_8.1_Client_CertificateHowTo:Install_UBIK_Client_Certificate|Client]] and the [[HowTo:Configure_Microsoft_IIS_for_UBIK#Certificate|Server]], using the command
<code>makecert -n "CN=<ROOTNAME>" -r -sv <ROOTNAME>.pvk <ROOTNAME>.cer</code>
Example: <code>makecert -n "CN=Augmensys" -r -sv AugmensysCA.pvk AugmensysCA.cer</code>
 
[[Category:How-To|Create UBIK Web Service Certificates]]
[[Category:Installing|Create UBIK Web Service Certificates]]
[[Category:Web service|Create UBIK Web Service Certificates]]
== Create Service Certificate ==
10,686
edits