K3000 - SSL CSR Setup?
Does anyone have a tutorial or guide on how to generate a CSR for the K3000 SSL configuration? It doesn't provide keys like the K1000 does.
Thanks!
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Download Open SSL from here http://slproweb.com/products/Win32OpenSSL.html Open a command prompt and change the directory to the directory it created on the root of C:\OpenSSL-Win64\bin (depending on what version you install). Run this in CMD line: openssl req -nodes -newkey rsa:2048 -keyout k3000.key -out server.csr Your .key and .csr will be in that directory.
Download Open SSL from here http://slproweb.com/products/Win32OpenSSL.html Open a command prompt and change the directory to the directory it created on the root of C:\OpenSSL-Win64\bin (depending on what version you install). Run this in CMD line: openssl req -nodes -newkey rsa:2048 -keyout k3000.key -out server.csr Your .key and .csr will be in that directory.
Please log in to answer
Posted by:
StockTrader
11 years ago
I shot a short HOWTO video on the topic.
The video is still in a ''beta'' stage but if you like you may have a look :
Comments:
-
I forgot to add a very handy online tool to verify if the certificate of your K3 is totally valid.
After your K3 is on internet try to use this link: http://www.digicert.com/help/ and provide the url of your K3.
This will verify if the SSL is valid and if all the certificate chain is ok.
Regards,
StockTrader - StockTrader 11 years ago
Posted by:
dugullett
11 years ago
Download Open SSL from here http://slproweb.com/products/Win32OpenSSL.html
Open a command prompt and change the directory to the directory it created on the root of C:\OpenSSL-Win64\bin (depending on what version you install).
Run this in CMD line:
openssl req -nodes -newkey rsa:2048 -keyout k3000.key -out server.csr
Your .key and .csr will be in that directory.
Comments:
-
Thanks! That worked. - sfigg 11 years ago
-
P.S.: Before to become mad with the OpenSSL for windows please remember to issue this command in the CMD before to launch OpenSSL.exe:
set OPENSSL_CONF=c:\[PATH TO YOUR OPENSSL DIRECTORY]\bin\openssl.cfg - StockTrader 11 years ago
Posted by:
mpace
11 years ago