<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amar.com/index.php?action=history&amp;feed=atom&amp;title=Notepad%3ASSL</id>
	<title>Notepad:SSL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amar.com/index.php?action=history&amp;feed=atom&amp;title=Notepad%3ASSL"/>
	<link rel="alternate" type="text/html" href="https://wiki.amar.com/index.php?title=Notepad:SSL&amp;action=history"/>
	<updated>2026-05-17T02:03:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.amar.com/index.php?title=Notepad:SSL&amp;diff=485&amp;oldid=prev</id>
		<title>Lax: Created page with &quot;= Self Signed Wildcard SSL certificates = == Create the wildcard SSL certification == From [https://blog.justin.kelly.org.au/how-to-create-self-signed-wildcard-ssl-certificate...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.amar.com/index.php?title=Notepad:SSL&amp;diff=485&amp;oldid=prev"/>
		<updated>2017-03-10T18:53:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Self Signed Wildcard SSL certificates = == Create the wildcard SSL certification == From [https://blog.justin.kelly.org.au/how-to-create-self-signed-wildcard-ssl-certificate...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Self Signed Wildcard SSL certificates =&lt;br /&gt;
== Create the wildcard SSL certification ==&lt;br /&gt;
From [https://blog.justin.kelly.org.au/how-to-create-self-signed-wildcard-ssl-certificates-for-apache/ How to create self signed wildcard SSL certificates for Apache]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open up your terminal and execute the below commands, replacing yourdomain.com with the domain name&lt;br /&gt;
&lt;br /&gt;
    mkdir /etc/ssl/wildcard.yourdomain.com&lt;br /&gt;
    cd /etc/ssl/wildcard.yourdomain.com/&lt;br /&gt;
    openssl genrsa 2048 &amp;gt; host.key&lt;br /&gt;
    openssl req -new -x509 -nodes -sha1 -days 3650 -key host.key &amp;gt; host.cert&lt;br /&gt;
&lt;br /&gt;
For a wildcard cert enter *.yourdomain.com for Common Name. It’s the 6th option in the dialog. All other options can be left blank for defaults&lt;br /&gt;
&lt;br /&gt;
    openssl x509 -noout -fingerprint -text &amp;lt; host.cert &amp;gt; host.info&lt;br /&gt;
    cat host.cert host.key &amp;gt; host.pem&lt;br /&gt;
    chmod 400 host.key host.pem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Notepad}}&lt;/div&gt;</summary>
		<author><name>Lax</name></author>
	</entry>
</feed>