PFSense CSR Generation

Posted by ErnieTheGeek on Server Fault See other posts from Server Fault or by ErnieTheGeek
Published on 2011-01-12T14:47:49Z Indexed on 2011/01/12 14:55 UTC
Read the original article Hit count: 496

Filed under:
|
|
|

I'm trying to figure out how to generate a CSR so I can generate and install a SSL cert.

Here's a LINK to what I've what tried. Granted that post was for m0n0wall, but I figured openssl is openssl.

Heres where I get stuck.

When I run this:

/usr/bin/openssl req -new -key mykey.key -out mycsr.csr -config /usr/local/ssl/openssl.cnf

I get this:

error on line -1 of /usr/local/ssl/openssl.cnf
54934:error:02001002:system library:fopen:No such file or directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl   /crypto/bio/bss_file.c:122:fopen('/usr/local/ssl/openssl.cnf','rb')
54934:error:2006D080:BIO routines:BIO_new_file:no such file:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/   bio/bss_file.c:125:
54934:error:0E078072:configuration file routines:DEF_LOAD:no such file:/usr/src/secure/lib/libcrypto/../../../crypto/open   ssl/crypto/conf/conf_def.c:197:

© Server Fault or respective owner

Related posts about linux

Related posts about ssl