== Create Root Authority Certificate ==
Create a self-signed root authority certificate, which has to be installed on the [[Install_UBIK_Windows_8.1_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>
== Configure IIS ==
How to configure the IIS using the created certificate(s) can be done as described [[HowTo:Configure_Microsoft_IIS_for_UBIK#Certificate|here]].
== See also ==
* [[HowTo:Install UBIK Web Service]]
* [http://www.digitallycreated.net/Blog/38/using-makecert-to-create-certificates-for-development Using Makecert to Create Certificates for Development]
[[Category:Installing]]
[[Category:Web Service]]
[[Category:How-To]]