<?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>p12 &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/p12/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sat, 31 Dec 2016 06:44:18 +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>p12 &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OSX Zertifikats Tool XCA</title>
		<link>https://www.systemtechnics.de/osx-zertifikats-tool-xca/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sat, 31 Dec 2016 06:44:18 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[p12]]></category>
		<category><![CDATA[pem]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[tool]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1967</guid>

					<description><![CDATA[Wer mit vielen Zertifikaten auf unterschiedlichen Betriebssystemen hantiert, der kommt nicht umher das eine oder andere Zertifikat konvertieren zu müssen. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wer mit vielen Zertifikaten auf unterschiedlichen Betriebssystemen hantiert, der kommt nicht umher das eine oder andere Zertifikat konvertieren zu müssen.<br /><span id="more-1967"></span><br />
Unter OSX habe ich dafür das Tool <a href="https://sourceforge.net/projects/xca/" target="_blank">XCA</a> gefunden. Zuerst erstellt man eine neue Datenbank, anschließend lassen sich CA, Key, CSR und CER importieren und natürlich auch in allen Varianten exportieren.</p>
<p><img fetchpriority="high" decoding="async" src="/wp-content/uploads/xca-cert-tool.png" alt="" width="814" height="645" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Häufige OpenSSL Befehle</title>
		<link>https://www.systemtechnics.de/haeufige-openssl-befehle/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Mon, 09 Nov 2015 09:22:36 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[der]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[p12]]></category>
		<category><![CDATA[pem]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[zertifikat]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=896</guid>

					<description><![CDATA[Allgemeine OpenSSL Befehle Private Key und Zertifikatsrequest (CSR) erstellen openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privKey.key Zertifikatsrequest [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>Allgemeine OpenSSL Befehle</h3>
<p>Private Key und Zertifikatsrequest (CSR) erstellen</p>
<pre><code>openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privKey.key</code></pre>
</p>
<p><span id="more-896"></span></p>
<p>Zertifikatsrequest (CSR) mit bestehenden private key erstellen</p>
<pre><code>openssl req -out CSR.csr -key privKey.key -new</code></pre>
</p>
<p>Passwort von einem private Key entfernen</p>
<pre><code>openssl rsa -in privKey.pem -out newPrivKey.pem</code></pre>
</p>
<h3>Zertifikate überprüfen</h3>
<p>Zertifikatsrequest (CSR) prüfen</p>
<pre><code>openssl req -text -noout -verify -in CSR.csr</code></pre>
</p>
<p>Private Key prüfen</p>
<pre><code>openssl rsa -in privKey.key -check</code></pre>
</p>
<p>Zertifikat prüfen</p>
<pre><code>openssl x509 -in certificate.crt -text -noout</code></pre>
</p>
<p>PKCS12 (.pfx oder .p12) Datei prüfen</p>
<pre><code>openssl pkcs12 -info -in keyStore.p12</code></pre>
</p>
<h3>Konvertierungen</h3>
<p>Ein DER-File (.crt, .cer, .der) in PEM konvertieren</p>
<pre><code>openssl x509 -inform der -in certificate.cer -out certificate.pem</code></pre>
</p>
<p>Ein PEM-File in DER konvertieren</p>
<pre><code>openssl x509 -outform der -in certificate.pem -out certificate.der</code></pre>
</p>
<p>PKCS12-Datei (.pfx, .p12) mit privaten Schlüssel in PEM konvertieren</p>
<pre><code>openssl pkcs12 -in keyStore.pfx -out keyStore.pem -nodes</code></pre>
</p>
<p>Zertifikat (PEM) und Key-Datei in PKCS12 (.pfx oder .p12) konvertieren</p>
<pre><code>openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt</code></pre></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
