<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anthony Reinke &#187; self</title>
	<atom:link href="http://www.anthonyreinke.com/tag/self/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonyreinke.com</link>
	<description>Rambling Thoughts of a Random Mind</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:03:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web (http) Certificate for Splunk</title>
		<link>http://www.anthonyreinke.com/2010/07/09/web-http-certificate-for-splunk/</link>
		<comments>http://www.anthonyreinke.com/2010/07/09/web-http-certificate-for-splunk/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:17:13 +0000</pubDate>
		<dc:creator>Anthony Reinke</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[signed]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.anthonyreinke.com/?p=257</guid>
		<description><![CDATA[I prefer to use a signed web certificate and not the self signed certificate.  I found a couple different topics on the process, but found that most of them referred to the distributive searching certificate.  Here are the step to generate the certificate and get it in to the right place for Splunk to use [...]]]></description>
			<content:encoded><![CDATA[<p>I prefer to use a signed web certificate and not the self signed certificate.  I found a couple different topics on the process, but found that most of them referred to the distributive searching certificate.  Here are the step to generate the certificate and get it in to the right place for Splunk to use it.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>## Generate the local key<br />
openssl genrsa -out linux0001.key 4096</p>
<p>## Generate the csr<br />
opensll req -new -key linux0001.key -out linux0001.csr</p>
<p>## Submit the .csr file to the CA</p>
<p>## Move the original certs for backup purposes<br />
mv cert.pem cert.pem.bak<br />
mv privkey.pem privkey.pem.bak</p>
<p>## Convert the binary cert to a standard cert<br />
openssl x509 -in certnew.cer -inform DER -out cert.pem -outform PEM</p>
<p>## Copy the new files in the Splunk folder<br />
cp linux0001.key /opt/splunk/share/splunk/certs/privkey.pem<br />
cp cert.pem /opt/splunk/share/splunk/certs/cert.pem</p>
<p>## Restart Splunk<br />
/opt/splunk/bin/splunk restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonyreinke.com/2010/07/09/web-http-certificate-for-splunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

