ssl.php

Code Hygiene Score: 100

Keine Issues gefunden.

Code

<section>
<h2>9. Let's Encrypt SSL</h2>

<h3>9.1 Certbot Installation</h3>
<pre><code>apt-get install -y certbot python3-certbot-apache</code></pre>

<h3>9.2 Zertifikat erstellen</h3>
<pre><code>certbot --apache -d campus.systemische-tools.de -d dev.campus.systemische-tools.de -d files.campus.systemische-tools.de</code></pre>

<h3>9.3 Auto-Renewal testen</h3>
<pre><code>certbot renew --dry-run</code></pre>

<h3>9.4 Zertifikate anzeigen</h3>
<pre><code>certbot certificates</code></pre>

<h3>9.5 Version</h3>
<p>Certbot 4.0.0</p>
</section>
← Übersicht