c712
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi All!
Help please understand, when you create a certificate error ... Code:
root# mkdir /etc/ssl/sslcert root# cd /etc/ssl/sslcert root# openssl req -new -newkey rsa:4096 -nodes -keyout /etc/ssl/sslcert/ca.key -x509 -days 365 \ -subj /C=RU/ST=Russia/L=Moscow/O=Internet/OU=Internet/CN=localhost/emailAddress=gmail.com@gmail.com -out /etc/ssl/sslcert/ca.crt Unable to load config info Generating a 4096 bit RSA private key .........................................++ .....................++ writing new private key to '/etc/ssl/sslcert/ca.key' ----- unable to find 'distinguished_name' in config problems making Certificate Request 1888:error:0E06D06A:configuration file routines:NCONF_get_string:no conf or environment variable:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_lib.c:325: root# openssl version OpenSSL 0.9.7e-p1 25 Oct 2004 root# uname -a FreeBSD 6.4-RELEASE root# portsnap update Ports tree is already up to date. root# cd /usr/ports/security/openssl root# make install clean ===> openssl-0.9.8k_3 is marked as broken: No patchset for 0.9.8. *** Error code 1 Stop in /usr/ports/security/openssl. Last edited by DutchDaemon; August 27th, 2009 at 12:55. |
|
#2
|
||||
|
||||
|
Quote:
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
What other proposals?
|
|
#4
|
||||
|
||||
|
Not BSD-specific, but it may provide some insight.
http://www.akadia.com/services/ssh_t...rtificate.html You can also put /usr/src/crypto/openssl/apps/openssl.cnf in /etc/ssl/.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#5
|
|||
|
|||
|
Thank DutchDaemon, works!
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issues updating to openssl-0.9.8j | boga | Installing & Upgrading | 5 | December 3rd, 2009 19:00 |
| FreeBSD-SA-09:08.openssl | admin | News & Announcements | 0 | April 22nd, 2009 15:50 |
| Security Question Regarding OpenSSL | Fatman | Installing & Upgrading | 7 | January 13th, 2009 19:31 |
| $pathsetting for use openssl-0.9.8i | beastie_007 | Installing & Upgrading | 7 | January 10th, 2009 14:08 |
| FreeBSD-SA-09:02.openssl | admin | News & Announcements | 0 | January 7th, 2009 22:50 |