On 2012/08/29 12:16, Kata Goto wrote: > 2012/8/29 Stuart Henderson <s...@spacehopper.org> > > > On 2012/08/29 10:53, Kata Goto wrote: > > > Hi all, > > > > > > I'm new to OpenBSD but it is not a reason to protect me, be hard! > > > Has I said I can't launch nginx, I have an error with SSL instead of I'm > > > not using it. > > > > > 726610780:error:0E065068:configuration file routines: > > > STR_COPY:variable has no value:/usr/src/lib/libssl/crypto/ > > > ../src/crypto/conf/conf_def.c:618:line 37 > > > > Have you made any changes to /etc/ssl/openssl.cnf? > > > > > Thanks for your answer, > Yes, I made a > cp /usr/local/share/examples/openvpn/easy-rsa/openssl.cnf /etc/ssl/ > > Is it wrong ?
Yes, this is a special purpose one, the easy-rsa scripts use the '-config' option of openssl where necessary, it's not intended to be copied over the system openssl.cnf file. You can find a clean one in /usr/src/lib/libssl/openssl.cnf (if you have installed the source tree) or via cvsweb at http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/openssl.cnf?rev=1.1