<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: OpenVPN on OpenBSD 4.8	</title>
	<atom:link href="https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 09 Nov 2011 06:46:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2815</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 06:46:57 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=315#comment-2815</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2812&quot;&gt;phusion&lt;/a&gt;.

there should be an &#039;openssl.conf&#039; somewhere on the box...

find / -name &#039;openssl.conf&#039; -print

.... then its a matter of pathing that file directly in the &#039;vars&#039; file... its too late but I&#039;ll try to look at it tomorrow.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2812">phusion</a>.</p>
<p>there should be an &#8216;openssl.conf&#8217; somewhere on the box&#8230;</p>
<p>find / -name &#8216;openssl.conf&#8217; -print</p>
<p>&#8230;. then its a matter of pathing that file directly in the &#8216;vars&#8217; file&#8230; its too late but I&#8217;ll try to look at it tomorrow.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: phusion		</title>
		<link>https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2812</link>

		<dc:creator><![CDATA[phusion]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 06:06:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=315#comment-2812</guid>

					<description><![CDATA[Well, if I don&#039;t modify the vars script at all, I get:
bash: /usr/local/share/examples/openvpn/easy-rsa/2.0/whichopensslcnf: No such file or directory
NOTE: If you run ./clean-all, I will be doing a rm -rf on /usr/local/share/examples/openvpn/easy-rsa/2.0/keys

Since I have no whichopensslcnf file, but I do have an openssl.cnf  both in the examples dir, as well as /etc/ssl, if I put in the absolute path of the openssl.cnf file, i.e. 
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf I get basically a print out of the vars script but with delcare -x in front of the KEY_CITY, KEY DIR etc variables, then this:

/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 10: HOME: comma                                                   nd not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 11: RANDFILE: c                                                   ommand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 12: openssl_con                                                   f: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 17: oid_section                                                   : command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 18: engines: co                                                   mmand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 37: default_ca:                                                    command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 42: dir: comman                                                   d not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 43: certs: comm                                                   and not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 44: crl_dir: co                                                   mmand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 45: database: c                                                   ommand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 46: new_certs_d                                                   ir: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 48: certificate                                                   : command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 49: serial: com                                                   mand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 50: crl: comman                                                   d not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 51: private_key                                                   : command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 52: RANDFILE: c                                                   ommand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 54: x509_extens                                                   ions: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 60: default_day                                                   s: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 61: 30: command                                                    not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 62: default_md:                                                    command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 63: preserve: c                                                   ommand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 68: policy: com                                                   mand not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 72: countryName                                                   : command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 73: stateOrProv                                                   inceName: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 74: organizatio                                                   nName: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 75: organizatio                                                   nalUnitName: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 76: commonName:                                                    command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 77: name: comma                                                   nd not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 78: emailAddres                                                   s: command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 84: countryName                                                   : command not found
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 85: stateOrProv                                                   inceName: command not found

Excuse extremely long paste....

I have set up OpenVPN on debian several times and never had this problem, 
I&#039;m sure it&#039;s something stupid... but any help would be greatly appreciated.]]></description>
			<content:encoded><![CDATA[<p>Well, if I don&#8217;t modify the vars script at all, I get:<br />
bash: /usr/local/share/examples/openvpn/easy-rsa/2.0/whichopensslcnf: No such file or directory<br />
NOTE: If you run ./clean-all, I will be doing a rm -rf on /usr/local/share/examples/openvpn/easy-rsa/2.0/keys</p>
<p>Since I have no whichopensslcnf file, but I do have an openssl.cnf  both in the examples dir, as well as /etc/ssl, if I put in the absolute path of the openssl.cnf file, i.e.<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf I get basically a print out of the vars script but with delcare -x in front of the KEY_CITY, KEY DIR etc variables, then this:</p>
<p>/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 10: HOME: comma                                                   nd not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 11: RANDFILE: c                                                   ommand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 12: openssl_con                                                   f: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 17: oid_section                                                   : command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 18: engines: co                                                   mmand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 37: default_ca:                                                    command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 42: dir: comman                                                   d not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 43: certs: comm                                                   and not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 44: crl_dir: co                                                   mmand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 45: database: c                                                   ommand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 46: new_certs_d                                                   ir: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 48: certificate                                                   : command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 49: serial: com                                                   mand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 50: crl: comman                                                   d not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 51: private_key                                                   : command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 52: RANDFILE: c                                                   ommand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 54: x509_extens                                                   ions: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 60: default_day                                                   s: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 61: 30: command                                                    not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 62: default_md:                                                    command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 63: preserve: c                                                   ommand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 68: policy: com                                                   mand not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 72: countryName                                                   : command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 73: stateOrProv                                                   inceName: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 74: organizatio                                                   nName: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 75: organizatio                                                   nalUnitName: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 76: commonName:                                                    command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 77: name: comma                                                   nd not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 78: emailAddres                                                   s: command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 84: countryName                                                   : command not found<br />
/usr/local/share/examples/openvpn/easy-rsa/2.0/openssl.cnf: line 85: stateOrProv                                                   inceName: command not found</p>
<p>Excuse extremely long paste&#8230;.</p>
<p>I have set up OpenVPN on debian several times and never had this problem,<br />
I&#8217;m sure it&#8217;s something stupid&#8230; but any help would be greatly appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2810</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 05:34:07 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=315#comment-2810</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2808&quot;&gt;phusion&lt;/a&gt;.

you may have to fully qualify the paths to the certificates.....  What errors are you getting exactly?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2808">phusion</a>.</p>
<p>you may have to fully qualify the paths to the certificates&#8230;..  What errors are you getting exactly?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: phusion		</title>
		<link>https://virtuallyfun.com/2010/12/07/openvpn-on-openbsd-4-8/comment-page-1/#comment-2808</link>

		<dc:creator><![CDATA[phusion]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 05:15:40 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=315#comment-2808</guid>

					<description><![CDATA[Hey, I found your post when running into this same problem, but pointing it at the openssl.cnf just spits out a bunch of errors.... do I need to install some other ossl package or something? Running same ver of obsd. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hey, I found your post when running into this same problem, but pointing it at the openssl.cnf just spits out a bunch of errors&#8230;. do I need to install some other ossl package or something? Running same ver of obsd. Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
