<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zhouba.cz/index.php?action=history&amp;feed=atom&amp;title=ZhoubaWiki%3AHowToCreateSelfSignedCert</id>
	<title>ZhoubaWiki:HowToCreateSelfSignedCert - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zhouba.cz/index.php?action=history&amp;feed=atom&amp;title=ZhoubaWiki%3AHowToCreateSelfSignedCert"/>
	<link rel="alternate" type="text/html" href="https://wiki.zhouba.cz/index.php?title=ZhoubaWiki:HowToCreateSelfSignedCert&amp;action=history"/>
	<updated>2026-04-04T06:55:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.zhouba.cz/index.php?title=ZhoubaWiki:HowToCreateSelfSignedCert&amp;diff=9&amp;oldid=prev</id>
		<title>Garak: Created page with &quot;== Self signed HTTPS certificate creation process ==  === Create private key ===  &lt;pre&gt; openssl genrsa -des3 -out $domain.key &lt;/pre&gt;  === Create private key w/out passphrase =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.zhouba.cz/index.php?title=ZhoubaWiki:HowToCreateSelfSignedCert&amp;diff=9&amp;oldid=prev"/>
		<updated>2021-05-22T16:18:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Self signed HTTPS certificate creation process ==  === Create private key ===  &amp;lt;pre&amp;gt; openssl genrsa -des3 -out $domain.key &amp;lt;/pre&amp;gt;  === Create private key w/out passphrase =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Self signed HTTPS certificate creation process ==&lt;br /&gt;
&lt;br /&gt;
=== Create private key ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl genrsa -des3 -out $domain.key&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Create private key w/out passphrase ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl rsa -in $domain.key -out $domain.key.unsecure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Create CA request ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl req -new -key $domain.key -out $domain.key.csr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Create the self-signed certificate itself ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
openssl x509 -req -days 90 -in $domain.key.csr -signkey $domain.key -out $domain.cert&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Set correct access rights ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod 400 $domain.cert&lt;br /&gt;
chmod 400 $domain.key&lt;br /&gt;
chmod 400 $domain.key.unsecure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Garak</name></author>
	</entry>
</feed>