Blog

Attempting to generate a new CSR with OpenSSL fails with: “13536:error:0E06D06A:configuration file routines:NCONF_get_string:no conf or environment variable:cryptoconfconf_lib.c:272:”

Problem You’ve downloaded OpenSSL and have began the process of generating a new CSR to submit to a Certificate authority but notice that executing the following command: req -new -newkey rsa:2048 -nodes -keyout mykey.pem -out myreq.pem … generates the following error: C:OpenSSL-Win64bin>openssl.exe OpenSSL> req -new

Read More...

Adding SAN (Subject Alternative Name” into “Additional Attributes” field on a Microsoft Certificate Authority certificate request form does not generate a certificate with a SAN entry

Problem You’ve completed the process of creating a new keystore with a CSR from the Portecle utility: http://portecle.sourceforge.net/ Since the Portecle utility does not provide the feature to include SAN entries: https://www.sslsupportdesk.com/portecle-advanced-keystore-creation-and-manipulation-tool/ This isn’t usually a problem because it is possible to add SAN entries

Read More...