<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://plnx.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=SSL</id>
	<title>SSL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://plnx.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=SSL"/>
	<link rel="alternate" type="text/html" href="https://plnx.nl/wiki/index.php?title=SSL&amp;action=history"/>
	<updated>2026-05-03T10:14:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.6</generator>
	<entry>
		<id>https://plnx.nl/wiki/index.php?title=SSL&amp;diff=19&amp;oldid=prev</id>
		<title>Pverha10: Created page with &quot;=Self Signed Certificate= Easiest way to create a self-signed certificate for domain.com:  &lt;pre&gt; openssl req -subj &quot;/CN=domain.com&quot; -new -newkey rsa:4096 -days 3650 -nodes -x509 -sha512 -keyout private.key -out public.key &lt;/pre&gt;  If you want to add more domain names, just add more /CN=example.com between the double quotes. The last common name will be the main common name.&lt;br/&gt; Remember: keep your private.key private. Change rights to the file accordingly so that only th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://plnx.nl/wiki/index.php?title=SSL&amp;diff=19&amp;oldid=prev"/>
		<updated>2025-05-17T07:44:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Self Signed Certificate= Easiest way to create a self-signed certificate for domain.com:  &amp;lt;pre&amp;gt; openssl req -subj &amp;quot;/CN=domain.com&amp;quot; -new -newkey rsa:4096 -days 3650 -nodes -x509 -sha512 -keyout private.key -out public.key &amp;lt;/pre&amp;gt;  If you want to add more domain names, just add more /CN=example.com between the double quotes. The last common name will be the main common name.&amp;lt;br/&amp;gt; Remember: keep your private.key private. Change rights to the file accordingly so that only th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Self Signed Certificate=&lt;br /&gt;
Easiest way to create a self-signed certificate for domain.com:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl req -subj &amp;quot;/CN=domain.com&amp;quot; -new -newkey rsa:4096 -days 3650 -nodes -x509 -sha512 -keyout private.key -out public.key&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to add more domain names, just add more /CN=example.com between the double quotes. The last common name will be the main common name.&amp;lt;br/&amp;gt;&lt;br /&gt;
Remember: keep your private.key private. Change rights to the file accordingly so that only the application you need it in can read it.&lt;/div&gt;</summary>
		<author><name>Pverha10</name></author>
	</entry>
</feed>