<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>letsencrypt &amp;mdash; LinuxPizza</title>
    <link>https://blogs.linux.pizza/tag:letsencrypt</link>
    <description>Personal notes and occasional posts - 100% human, 0% AI generated</description>
    <pubDate>Wed, 29 Apr 2026 11:49:07 +0000</pubDate>
    <item>
      <title>How to issue 7 days certificate with Lets Encrypt and Certbot</title>
      <link>https://blogs.linux.pizza/how-to-issue-7-days-certificate-with-lets-encrypt-and-certbot</link>
      <description>&lt;![CDATA[It is actually pretty simple, for example with NGINX:&#xA;certbot --nginx --required-profile shortlived&#xA;&#xA;As you can see, use the option It can also be used with DNS-validation, the Apache plugin and so on.&#xA;Example, wildcard cert with the Bunny.Net plugin with ECC-certificates:&#xA;certbot certonly --key-type ecdsa --required-profile shortlived --authenticator dns-bunny --dns-bunny-credentials /var/lib/private/bunny.ini -d *.linux.pizza -d linux.pizza&#xA;&#xA;Have fun!&#xA;&#xA;#linux #certbot #letsencrypt]]&gt;</description>
      <content:encoded><![CDATA[<p>It is actually pretty simple, for example with NGINX:</p>

<pre><code>certbot --nginx --required-profile shortlived
</code></pre>

<p>As you can see, use the option <code>--required-profile shortlived</code>.
It can also be used with DNS-validation, the Apache plugin and so on.
Example, wildcard cert with the Bunny.Net plugin with ECC-certificates:</p>

<pre><code>certbot certonly --key-type ecdsa --required-profile shortlived --authenticator dns-bunny --dns-bunny-credentials /var/lib/private/bunny.ini -d *.linux.pizza -d linux.pizza
</code></pre>

<p>Have fun!</p>

<p><a href="https://blogs.linux.pizza/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a> <a href="https://blogs.linux.pizza/tag:certbot" class="hashtag"><span>#</span><span class="p-category">certbot</span></a> <a href="https://blogs.linux.pizza/tag:letsencrypt" class="hashtag"><span>#</span><span class="p-category">letsencrypt</span></a></p>
]]></content:encoded>
      <guid>https://blogs.linux.pizza/how-to-issue-7-days-certificate-with-lets-encrypt-and-certbot</guid>
      <pubDate>Tue, 03 Feb 2026 07:30:55 +0000</pubDate>
    </item>
  </channel>
</rss>