Generate View 5.1 Certificates
This is the English version of my previous post as it may help many many people So what you need is : 1 -A CA Server, in my case I installed the following role on a Windows 2008 R2 AD controler : Certification Authority Certification Authority Web Enrollment 2 – OpenSSL to create certificates, personal I mounted a Windows 2003 R2 32-bit using Win32 OpenSSL 1.0.1c (some have had problems with Win64 OpenSSL). Once everything are ready : 1 – We generate the private key and the .csr file: (a council type the following command : SET OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg) # openssl.exe req -newkey rsa:2048 -keyout .key -nodes -days 3650 -out .csr Like : Note: I don’t set anything for « Challenge password » or for « An optional company name » and be careful to put the fqdn of View Connection Server to the « Common Name » 2 -After editing the file .csr and makes a « copy » o...