HP LaserJet Pro Devices - Installing 2048 bit SSL certificates

10
Here are some other examples of software that can be used to generate a 2048 bit CSR
http://www.trustico.com/ssltools/create/csr-pem/create-a-new-csr-instantly.php
http://www.gogetssl.com/online-csr-generator/
https://certificatesssl.com/ssl-tools/csr-generator.html
Method 2 OpenSSL
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source
toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a
full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers
that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.
A Windows based version of the OpenSSL toolkit can be obtained through the link on this page:
http://www.openssl.org/related/binaries.html
1. Download and install the appropriate Visual C++ 2008 Redistributables (x32 or x64 depending on your system)
2. Download and install the appropriate version of OpenSSL (x32 or x64 depending on your system).
3. Copy openssl.cfg from C:\OpenSSL-Win64\bin (or C:\OpenSSL-Win32\bin) to C:\usr\local\ssl and rename it to
openssl.cnf
This is a command line utility (run from the Command Prompt) which will generate a CSR. It needs to be executed from
the same directory that it is installed in.