Re: Generating public key using openssl
Brought to you by:
thesun
From: Piotr M. <zax...@gm...> - 2009-02-18 14:03:04
|
This, with the "-config openssl.cnf" option to the below command, solve the problem. Thanks! Zax On Wed, Feb 18, 2009 at 14:55, Julian Pace Ross <jul...@gm...>wrote: > Try putting attached file in the same dir as openssl.exe > > On Wed, Feb 18, 2009 at 2:52 PM, Piotr Martyniuk <zax...@gm...>wrote: > >> Hi Shachar, >> >> I'm trying to generate the public key using openssl as it is written in >> the attached rsyncrypto.html file: >> >> openssl req -nodes -newkey rsa:1536 -x509 -keyout backup.key -out >> backup.crt >> >> Unfortunately when I do this I'm getting below error: >> >> Unable to load config info from /usr/local/ssl/openssl.cnf >> >> The problem is that this config file is not available in the rsyncrypto >> package (I used ver 1.06 under Windows and also the one provided by Julian). >> >> Regards, >> Zax >> >> >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, >> CA >> -OSBC tackles the biggest issue in open source: Open Sourcing the >> Enterprise >> -Strategies to boost innovation and cut costs with open source >> participation >> -Receive a $600 discount off the registration fee with the source code: >> SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> Rsyncrypto-devel mailing list >> Rsy...@li... >> https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel >> >> > |