<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://wunnox.ch/index.php?action=history&amp;feed=atom&amp;title=Openssl</id>
	<title>Openssl - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wunnox.ch/index.php?action=history&amp;feed=atom&amp;title=Openssl"/>
	<link rel="alternate" type="text/html" href="https://wunnox.ch/index.php?title=Openssl&amp;action=history"/>
	<updated>2026-05-14T17:18:37Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in </subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wunnox.ch/index.php?title=Openssl&amp;diff=10&amp;oldid=prev</id>
		<title>Peterchristen r31ajedd: Die Seite wurde neu angelegt: «=== Ein selbst signiertes Zertifikat erstellen === openssl req -newkey rsa:2048 -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.pem&lt;br&gt;  === PEM codierte…»</title>
		<link rel="alternate" type="text/html" href="https://wunnox.ch/index.php?title=Openssl&amp;diff=10&amp;oldid=prev"/>
		<updated>2019-05-30T12:57:46Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: «=== Ein selbst signiertes Zertifikat erstellen === openssl req -newkey rsa:2048 -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.pem&amp;lt;br&amp;gt;  === PEM codierte…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Ein selbst signiertes Zertifikat erstellen ===&lt;br /&gt;
openssl req -newkey rsa:2048 -new -x509 -days 3652 -nodes -out saml.crt -keyout saml.pem&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== PEM codierte Zertifikate anschauen ===&lt;br /&gt;
openssl x509 -in cert.pem -text -noout&amp;lt;br&amp;gt;&lt;br /&gt;
openssl x509 -in cert.cer -text -noout&amp;lt;br&amp;gt;&lt;br /&gt;
openssl x509 -in cert.crt -text -noout&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== DER codierte Zertifikate anschauen ===&lt;br /&gt;
openssl x509 -in certificate.der -inform der -text -noout&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ein Private Key generieren ===&lt;br /&gt;
openssl genrsa -out {private-key-filename} 2048&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ein Privat Key prüfen ===&lt;br /&gt;
openssl rsa -check -in rsakey&lt;br /&gt;
&lt;br /&gt;
=== Aus einem Private Key ein Public key generieren ===&lt;br /&gt;
openssl rsa -pubout -in {private-key-filename} -out {public-key-filename}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ein Zertifikate Signing Request erstellen ===&lt;br /&gt;
openssl req -new -sha256 -key privatekey.key -out request.csr&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ein Zertifikat überprüfen ===&lt;br /&gt;
openssl req -in request.csr -verify&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Zertifikat eines Webservers prüfen ===&lt;br /&gt;
openssl s_client -showcerts -host www.cssgmbh.ch -port 443 &amp;lt;/dev/null&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peterchristen r31ajedd</name></author>
		
	</entry>
</feed>