ssl.php
- Pfad:
public/static-docs/online/module/ssl.php - Namespace: -
- Zeilen: 19 | Größe: 544 Bytes
- Geändert: 2025-12-19 23:56:40 | Gescannt: 2025-12-31 10:22:15
Code Hygiene Score: 100
- Dependencies: 100 (25%)
- LOC: 100 (20%)
- Methods: 100 (20%)
- Secrets: 100 (15%)
- Classes: 100 (10%)
- Magic Numbers: 100 (10%)
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>