<?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>crt &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/crt/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Tue, 24 Apr 2018 16:30:00 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>crt &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Zertifikatsdatei (komplette &#8222;Kette&#8220;)/ PEM erstellen</title>
		<link>https://www.systemtechnics.de/zertifikatsdatei-komplette-kette-pem-erstellen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Tue, 24 Apr 2018 16:30:00 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[crt]]></category>
		<category><![CDATA[pem]]></category>
		<category><![CDATA[zertifikat]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=2466</guid>

					<description><![CDATA[Mitunter ist es notwendig eine komplette Zertifikatskette in einer Datei (PEM) zu erstellen. Der Aufbau ist wie folgt: The Private [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Mitunter ist es notwendig eine komplette Zertifikatskette in einer Datei (PEM) zu erstellen. Der Aufbau ist wie folgt:</p>
<p><span id="more-2466"></span></p>
<p>The Private Key &#8211; domain_name.key<br />
The Primary Certificate &#8211; domain_name.crt<br />
The Intermediate Certificate &#8211; intermediate.crt<br />
The Root Certificate &#8211; root.crt</p>
<div style="color: #291d8e;">
<p>&#8212;&#8211;BEGIN RSA PRIVATE KEY&#8212;&#8211; <br />
(Your Private Key: domain_name.key) <br />
&#8212;&#8211;END RSA PRIVATE KEY&#8212;&#8211; 
</p>
</div>
<div style="color: #7c5402;">
&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211; <br />
(Your Primary SSL certificate: domain_name.crt) <br />
&#8212;&#8211;END CERTIFICATE&#8212;&#8211; 
</div>
<div style="color: #0b3d20;">
&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211; <br />
(Your Intermediate certificate: intermediate.crt) <br />
&#8212;&#8211;END CERTIFICATE&#8212;&#8211; 
</div>
<div style="color: #f4428f;">
&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211; <br />
(Your Root certificate: root.crt) <br />
&#8212;&#8211;END CERTIFICATE&#8212;&#8211;
</div>
<p>In diesem Aufbau die einzelnen Inhalte in eine Datei (meine-domain.pem) speichern und verwenden.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
