|
|
SSLCertificateCreationTo create an RSA key and RSA certificate that you can use with Xymphony, do the following. Download the Getgnuwin32.exe file from the https://sourceforge.net/projects/getgnuwin32/files/ link for the Self-Signed Certificate Generation with OpenSSL. Run Getgnuwin32.exe and install it. After installing OpenSSL, remove the openssl.cnf configuration file from the zip and copy OpenSSL under the Bin folder in the folder you installed. Run the command prompt as Administrator and enter the set OPENSSL_CONF = c: \ "folder where you installed the openssl" \ bin \ openssl.cnf. Windows command prompt in the bin folder in the folder where openssl is installed (c: \ "openssl opens the folder" \ bin) and write openssl and enter ![]() To create a key file and certificate in PEM format 1024b, enter OpenSSL> req -x509 -newkey rsa: 1024 -keyout mykey.pem -out cert.pem -days 3650 '. ![]()
After the command is entered, you will be prompted for a key file with at least 4 letters; Loading 'screen' into random state - done After entering the password, you are asked about the owner of the certificate; ----- You are about to be asked to enter information that will be incorporated into your certificate request. Nom du pays (2 letter code) [AU]: (Enter Your Country Code. for Turkey: TR) To convert key file produced in the format Pem 'to key format; Enter command which shown below OpenSSL> rsa -outform der -in mykey.pem -out mykey.key' Enter pass phrase for mykey.pem: (enter the password you created above) writing RSA key
mykey.key:The extension has to be .key''' To convert the certificate file "pem" format to "Der" format; OpenSSL> x509 -outform der -in cert.pem -out cert.der You have created two files named mykey.key and cert.der, which you can use under the folder that you run the OpenSSL.exe command, and you can use Xymphony. To install the RSA key and RSA certificate file that you created, click the '% color = red% RSA key upload ' on the Basic ethernet settings page that is opened with Ethernet / Basic, and then install the .key extension (mykey.key) file that you created with openssl. Upload the .der extension (cert.der) file that you created by clicking on '% color = red% RSA certificate upload ' on the same page. Restart the Xymphony so that the change is valid. Install the certificate file that you created in the Install certificate on your web browser's settings page. Your web browser will now provide a secure connection without warning, in connection with https. |