<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.virusstyle.synology.me/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%2FEnable_SSL_with_Let%27s_Encrypt</id>
	<title>Ubuntu/Enable SSL with Let&#039;s Encrypt - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.virusstyle.synology.me/index.php?action=history&amp;feed=atom&amp;title=Ubuntu%2FEnable_SSL_with_Let%27s_Encrypt"/>
	<link rel="alternate" type="text/html" href="https://wiki.virusstyle.synology.me/index.php?title=Ubuntu/Enable_SSL_with_Let%27s_Encrypt&amp;action=history"/>
	<updated>2026-04-21T12:46:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.virusstyle.synology.me/index.php?title=Ubuntu/Enable_SSL_with_Let%27s_Encrypt&amp;diff=99&amp;oldid=prev</id>
		<title>Kaspars: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.virusstyle.synology.me/index.php?title=Ubuntu/Enable_SSL_with_Let%27s_Encrypt&amp;diff=99&amp;oldid=prev"/>
		<updated>2026-04-16T08:41:33Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:41, 16 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff:1.41:old-98:rev-99 --&gt;
&lt;/table&gt;</summary>
		<author><name>Kaspars</name></author>
	</entry>
	<entry>
		<id>https://wiki.virusstyle.synology.me/index.php?title=Ubuntu/Enable_SSL_with_Let%27s_Encrypt&amp;diff=98&amp;oldid=prev</id>
		<title>Kaspars: Jauna lapa: &lt;div class=&quot;mw-parser-output&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div class=&quot;mw-parser-output&quot;&gt;&lt;div style=&quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&quot;&gt;cd /home/username&lt;/div&gt; &lt;div style=&quot;backg...</title>
		<link rel="alternate" type="text/html" href="https://wiki.virusstyle.synology.me/index.php?title=Ubuntu/Enable_SSL_with_Let%27s_Encrypt&amp;diff=98&amp;oldid=prev"/>
		<updated>2018-09-20T06:44:18Z</updated>

		<summary type="html">&lt;p&gt;Jauna lapa: &amp;lt;div class=&amp;quot;mw-parser-output&amp;quot;&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;mw-parser-output&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&amp;quot;&amp;gt;cd /home/username&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;backg...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div class=&amp;quot;mw-parser-output&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt; &amp;lt;div class=&amp;quot;mw-parser-output&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&amp;quot;&amp;gt;cd /home/username&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&amp;quot;&amp;gt;sudo wget&amp;amp;nbsp;[https://dl.eff.org/certbot-auto https://dl.eff.org/certbot-auto]&amp;amp;nbsp;&amp;amp;&amp;amp; sudo chmod a+x certbot-auto&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&amp;quot;&amp;gt;sudo ./certbot-auto --apache --agree-tos --rsa-key-size&amp;#039;&amp;#039;4096&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;--email&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;user@&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;domain.org&amp;#039;&amp;#039;&amp;#039;&amp;amp;nbsp;--redirect -d&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;nc.domain.org&amp;#039;&amp;#039;&amp;#039;&amp;lt;/div&amp;gt; &lt;br /&gt;
Where:&amp;lt;br/&amp;gt; &amp;lt;code&amp;gt;--apache&amp;lt;/code&amp;gt;&amp;amp;nbsp;uses the Apache plugin to fully setup and integrate with the existing Apache configuration&amp;lt;br/&amp;gt; &amp;lt;code&amp;gt;--agree-tos&amp;lt;/code&amp;gt;&amp;amp;nbsp;simply pre-agrees to the TOS, preventing it popping up during installation&amp;lt;br/&amp;gt; &amp;lt;code&amp;gt;--rsa-key-size&amp;lt;/code&amp;gt;&amp;amp;nbsp;defines the length (and therefore security) of the RSA key. Default is 2048.&amp;lt;br/&amp;gt; &amp;lt;code&amp;gt;--email&amp;lt;/code&amp;gt;&amp;amp;nbsp;is the email address to register against the certificate (used for reminders by Let’s Encrypt)&amp;lt;br/&amp;gt; &amp;lt;code&amp;gt;--redirect&amp;lt;/code&amp;gt;&amp;amp;nbsp;will create both the SSL virtualhost configuration file and add a redirect for HTTP traffic to HTTPs (80 to 443)&amp;lt;br/&amp;gt; &amp;lt;code&amp;gt;-d&amp;lt;/code&amp;gt;&amp;amp;nbsp;is the domain to secure&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&amp;quot;&amp;gt;sudo crontab -e&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;background:#eee;border:1px solid #ccc;padding:5px 10px;&amp;quot;&amp;gt;0 0 * * 0&amp;amp;nbsp;&amp;#039;&amp;#039;&amp;#039;/home/username/&amp;#039;&amp;#039;&amp;#039;certbot-auto renew&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kaspars</name></author>
	</entry>
</feed>