<?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>certyfikaty | Tomasz Kiżewski</title>
	<atom:link href="https://kizewski.eu/tag/certyfikaty/feed/" rel="self" type="application/rss+xml" />
	<link>https://kizewski.eu</link>
	<description></description>
	<lastBuildDate>Tue, 19 Oct 2010 19:42:42 +0000</lastBuildDate>
	<language>pl-PL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Postfix certyfikaty na szybko</title>
		<link>https://kizewski.eu/ogolne/postfix-certyfikaty-na-szybko/</link>
					<comments>https://kizewski.eu/ogolne/postfix-certyfikaty-na-szybko/#comments</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Tue, 19 Oct 2010 19:42:42 +0000</pubDate>
				<category><![CDATA[Ogólne]]></category>
		<category><![CDATA[certyfikaty]]></category>
		<category><![CDATA[Postfix]]></category>
		<guid isPermaLink="false">http://www.kizewski.eu/?p=116</guid>

					<description><![CDATA[/etc/ssl/misc/CA.pl -newca openssl req -new -nodes -keyout host-key.pem -out host-req.pem -days 1024 openssl ca -out host-cert.pem -infiles host-req.pem mkdir /etc/postfix/ssl cp demoCA/cacert.pem host-key.pem host-cert.pem /etc/postfix/ssl chmod 644 /etc/postfix/ssl/host-cert.pem /etc/postfix/ssl/cacert.pem chmod 400 /etc/postfix/ssl/host-key.pem]]></description>
										<content:encoded><![CDATA[<p>/etc/ssl/misc/CA.pl -newca<br />
openssl req -new -nodes -keyout host-key.pem -out host-req.pem -days 1024<br />
openssl ca -out host-cert.pem -infiles host-req.pem<br />
mkdir /etc/postfix/ssl<br />
cp demoCA/cacert.pem host-key.pem host-cert.pem /etc/postfix/ssl<br />
chmod 644 /etc/postfix/ssl/host-cert.pem /etc/postfix/ssl/cacert.pem<br />
chmod 400 /etc/postfix/ssl/host-key.pem</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/ogolne/postfix-certyfikaty-na-szybko/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
