social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#letsencrypt

8 posts7 participants3 posts today
Matthias<p>Gibt es bereits jemanden, der <a href="https://www.buypass.com/products/tls-ssl-certificates/go-ssl" rel="nofollow noopener noreferrer" target="_blank">buypass.com</a> statt Let's Encrypt auf einem Server betreibt?</p><p>Bei <a href="https://www.buypass.com" rel="nofollow noopener noreferrer" target="_blank">buypass.com</a> handelt es sich um ein Norwegisches Unternehmen aus Oslo, mit deren kostenlosen SSL Zertifikate Server abgesichert werden können.<br></p><p><br><a href="https://www.openstreetmap.org?mlat=59.9501600&amp;mlon=10.7658200#map=16/59.9501600/10.7658200" rel="nofollow noopener noreferrer" target="_blank">Gullhaug Torg 2d, 0484 Oslo, Norwegen</a></p> <p>Die Installation erfolgt mittels certbot und sieht übersichtlich aus.</p><p><b>Certbot installieren:</b><br></p><pre><code>sudo apt update sudo apt install certbot</code></pre> <p><b>Bei Buypass CA registrieren:</b><br>Registrieren Sie Ihre E-Mail-Adresse bei Buypass CA mit Certbot. Dieser Schritt ist notwendig, um ein Konto bei Buypass zu erstellen:</p><pre><code>sudo certbot register --server 'https://api.buypass.com/acme/directory'</code></pre><p>Sie werden aufgefordert, Ihre E-Mail-Adresse einzugeben und den Nutzungsbedingungen zuzustimmen. Alternativ können Sie eine Einzeiler verwenden, um diesen Prozess zu automatisieren:<br> </p><pre><code>sudo certbot register -m 'your-email@example.com' --no-eff-email --agree-tos --server 'https://api.buypass.com/acme/directory'</code></pre> <p><b>SSL-Zertifikat erhalten:</b><br>Verwenden Sie Certbot, um das SSL-Zertifikat für Ihre Domain zu erhalten. Ersetzen Sie example.com durch Ihren tatsächlichen Domainnamen:<br> </p><pre><code>sudo certbot certonly --webroot -w /var/www/example.com/public_html/ -d example.com -d www.example.com --server 'https://api.buypass.com/acme/directory'</code></pre><br>Dieser Befehl weist Certbot an, die Webroot-Methode zur Domain-Validierung zu verwenden und den Webroot-Pfad für Ihre Domain anzugeben1. <p><b>Automatische Erneuerung einrichten:</b><br>Certbot kann Ihre Zertifikate automatisch erneuern. Um die automatische Erneuerung einzurichten, können Sie einen Cron-Job hinzufügen. Bearbeiten Sie die Cron-Jobs für den Root-Benutzer:</p><pre><code>sudo crontab -e</code></pre><p>Fügen Sie die folgende Zeile hinzu, um den Erneuerungsprozess zweimal täglich zu planen:</p><pre><code>0 0,12 * * * /usr/bin/certbot renew --quiet</code></pre><p>Dies führt den Erneuerungsprozess täglich um Mitternacht und Mittag aus und stellt sicher, dass Ihre Zertifikate immer aktuell sind.</p><p><a href="https://loma.ml/search?tag=LetsEncrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LetsEncrypt</span></a> <a href="https://loma.ml/search?tag=buypass" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>buypass</span></a> <a href="https://loma.ml/search?tag=sslzertifikat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sslzertifikat</span></a></p><p><b><span>Diese Angaben sind natürlich ohne Gewähr. Die Verwendung erfolgt auf eigene Gefahr.</span></b></p>
heise online<p>Die maximale Laufzeit von digitalen Zertifikaten für verschlüsselte Verbindungen zu Web- und anderen Servern wird sich künftig drastisch verkürzen. Im Jahre 2029 sind diese statt mit 398 Tagen nur noch mit 47 Tagen Laufzeit ausgestattet. </p><p>Zum Artikel: <a href="https://heise.de/-10352867?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">heise.de/-10352867?wt_mc=sm.re</span><span class="invisible">d.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon</span></a></p><p><a href="https://social.heise.de/tags/tls" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tls</span></a> <a href="https://social.heise.de/tags/serverzertifikate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>serverzertifikate</span></a> <a href="https://social.heise.de/tags/cabrowserforum" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cabrowserforum</span></a> <a href="https://social.heise.de/tags/verschl%C3%BCsselung" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>verschlüsselung</span></a> <a href="https://social.heise.de/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a></p>
Joel Carnat ♑ 🤪 :runbsd:<p><a href="https://piou.foolbazar.eu/tags/ItWasDNS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ItWasDNS</span></a><br>Well… in fact, it was /me not installing the <a href="https://piou.foolbazar.eu/tags/LetsEncrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LetsEncrypt</span></a> renew script and daemon reload cron so that <a href="https://piou.foolbazar.eu/tags/DNSoverTLS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DNSoverTLS</span></a> works properly over time.</p><p><a href="https://piou.foolbazar.eu/tags/SysAdminFail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SysAdminFail</span></a></p>
M Schommer<p>Warum eigentlich ist <a href="https://hostux.social/tags/LetsEncrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LetsEncrypt</span></a> so arschig und stellt die Zertifikats-Erinnerungs-Mails ein?<br>Weil teuer? Echt jetzt?</p>
Gytis Repečka<p>Oh hey, <code>CAA</code> records really work :ablobcatattention:</p><p>Switched one site from paid TLS certificate to LetsEncrypt and forgot to update DNS record. As expected, LetsEncrypt looks at and refuses to issue a certificate if <code>CAA</code> lists other issuer. Nice :blobcatthumbsup:</p><p><a href="https://social.gyt.is/tags/fediadmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fediadmin</span></a> <a href="https://social.gyt.is/tags/tls" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tls</span></a> <a href="https://social.gyt.is/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> <a href="https://social.gyt.is/tags/certificate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>certificate</span></a></p>
Éric V.<p>Do any email sysadmin understand what's the difference between StartTLS and x509 scores in the MECSA report?<br>How to go from orange to green score? What requirements must the certificate have and is it possible with LetsEncrypt?</p><p>relevant links <a href="https://mecsa.jrc.ec.europa.eu/faq#section2" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mecsa.jrc.ec.europa.eu/faq#sec</span><span class="invisible">tion2</span></a> and <a href="https://mecsa.jrc.ec.europa.eu/en/technical#x509" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mecsa.jrc.ec.europa.eu/en/tech</span><span class="invisible">nical#x509</span></a></p><p><a href="https://mamot.fr/tags/security" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>security</span></a> <a href="https://mamot.fr/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> <a href="https://mamot.fr/tags/email" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>email</span></a> <a href="https://mamot.fr/tags/sysadmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sysadmin</span></a> <a href="https://mamot.fr/tags/postfix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postfix</span></a> <a href="https://mamot.fr/tags/certificate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>certificate</span></a> <a href="https://mamot.fr/tags/x509" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>x509</span></a> <a href="https://mamot.fr/tags/europe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>europe</span></a> <a href="https://mamot.fr/tags/selfhosted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhosted</span></a></p>
Miguel Afonso Caetano<p>"When Let’s Encrypt, a free certificate authority, started issuing 90 day TLS certificates for websites, it was considered a bold move that helped push the ecosystem towards shorter certificate life times. Beforehand, certificate authorities normally issued certificate lifetimes lasting a year or more. With 4.0, Certbot is now supporting Let’s Encrypt’s new capability for six day certificates through ACME profiles and dynamic renewal at:</p><p> - 1/3rd of lifetime left<br> - 1/2 of lifetime left, if the lifetime is shorter than 10 days"</p><p><a href="https://www.eff.org/deeplinks/2025/04/certbot-40-long-live-short-lived-certs" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">eff.org/deeplinks/2025/04/cert</span><span class="invisible">bot-40-long-live-short-lived-certs</span></a></p><p><a href="https://tldr.nettime.org/tags/CyberSecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CyberSecurity</span></a> <a href="https://tldr.nettime.org/tags/WebSecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebSecurity</span></a> <a href="https://tldr.nettime.org/tags/TLS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TLS</span></a> <a href="https://tldr.nettime.org/tags/Certbot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Certbot</span></a> <a href="https://tldr.nettime.org/tags/LetsEncrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LetsEncrypt</span></a></p>
The Uberduck<p>Well, it certainly seems like <a href="https://hachyderm.io/tags/redhat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>redhat</span></a> has gone down the Embrace, Extend, Extinguish path with <a href="https://hachyderm.io/tags/freeipa" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>freeipa</span></a>. </p><p>Wanted to try to add a plugin to their docker image. Turns out in the process of building their docker image they break it entirely and have the setup.sh script fix it again so the only way to extend it would be to do something unholy with systemd or patch the setup.sh script in the dockerfile.</p><p>Fine, have it your way, I'll just install it on a raw Alma VM. Now, how do we get <a href="https://hachyderm.io/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> working?</p><p>Oh, there's a howto. Cool.</p><p>Oh, it doesn't work.</p><p>Well, the howto references a script in a github repo. Maybe that'll work?</p><p>It gets farther, but it still errors out because apparently they're manually downloading the letsencrypt CAs and adding them to FreeIPA, rather than pulling them from the system ca store.</p><p>And aside from a github issue or two, all the documentation on this is hidden behind <a href="https://hachyderm.io/tags/redhat" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>redhat</span></a>'s paywall.</p><p>Swear to dog, I'm'a fire the next person who buys IBM.</p>
Gilgwath<p>Why does <a href="https://social.tchncs.de/tags/letsencrypt" class="mention hashtag" rel="tag">#<span>letsencrypt</span></a> sound to my brain like a good name for a business that builds fancy tombs? 🤷</p>
Rad Web Hosting<p>How to Install <a href="https://mastodon.social/tags/PeerTube" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PeerTube</span></a> on <a href="https://mastodon.social/tags/Ubuntu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ubuntu</span></a> VPS </p><p>This article provides an in-depth guide demonstrating how to install PeerTube on Ubuntu VPS.<br>What is PeerTube?<br>PeerTube is a decentralized, federated video hosting platform powered by WebTorrent and ActivityPub. It enables users to self-host video services and interact with other PeerTube ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/how-to-install-peertube-on-ubuntu-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/how-to-</span><span class="invisible">install-peertube-on-ubuntu-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/installguide" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>installguide</span></a> <a href="https://mastodon.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhosting</span></a> <a href="https://mastodon.social/tags/selfhosted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhosted</span></a> <a href="https://mastodon.social/tags/videostreaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>videostreaming</span></a> <a href="https://mastodon.social/tags/decentralized" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>decentralized</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/vpsguide" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vpsguide</span></a> <a href="https://mastodon.social/tags/fediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fediverse</span></a></p>
teufel100😈<p>Okay, <a href="https://social.guckt.info/tags/buypass" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>buypass</span></a> ist dann vielleicht doch keine Alternative für <a href="https://social.guckt.info/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a>. Schade eigentlich, aber so ist das eben --&gt; <a href="https://community.buypass.com/t/m1yfby4/future-changes-to-buypass-go-ssl" rel="nofollow noopener noreferrer" target="_blank">https://community.buypass.com/t/m1yfby4/future-changes-to-buypass-go-ssl</a></p>
Heals :heart_nb:<p>I recently started to replace <a href="https://indiepocalypse.social/tags/nginx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nginx</span></a> with <span class="h-card" translate="no"><a href="https://infosec.exchange/@caddy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>caddy</span></a></span> and it's as satisfying as it is scary to replace a complex config that spans five included files and a total of about 400 lines with a single Caddyfile of around 80 lines. </p><p>And on top of that <a href="https://indiepocalypse.social/tags/Caddy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Caddy</span></a> also made certbot redundant as it takes care of fetching and renewing the tls certs from <a href="https://indiepocalypse.social/tags/LetsEncrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LetsEncrypt</span></a> and keeps a <a href="https://indiepocalypse.social/tags/ZeroSSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ZeroSSL</span></a> backup for all of my domains. </p><p>I think I'm in love..</p>
BjoernB<p><span class="h-card" translate="no"><a href="https://rollenspiel.social/@ArneBab" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ArneBab</span></a></span> I heard today that this will not affect <a href="https://rollenspiel.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> operations, but funding for further development. So, even if they cut it, we won't end up having millions of invalid certificates within 90 days.</p>
Arne Babenhauserheide<p>Sounds like we’ll need a EU-based alternative to <a href="https://rollenspiel.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a>:</p><p><a href="https://thelibre.news/trump-cuts-funding-to-foss-projects/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">thelibre.news/trump-cuts-fundi</span><span class="invisible">ng-to-foss-projects/</span></a></p><p>"Trump cuts funding to FOSS projects</p><p>So far he hasn't been successful, but it might simply be a matter of time."</p><p>Much earlier than I expected.</p>
Rad Web Hosting<p>How to Install Centmin Mod on <a href="https://mastodon.social/tags/AlmaLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AlmaLinux</span></a> <a href="https://mastodon.social/tags/VPS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VPS</span></a> (5 Minute Quick-Start Guide) Here's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.<br>What is Centmin Mod?<br>Centmin Mod is a shell-based, menu-driven installer that automates the deployment of a LEMP (Linux, Nginx, MariaDB/MySQL, PHP-FPM) stack on CentOS, AlmaLinux, and Rocky Linux servers. Designed for efficiency and performance, it ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/how-to-install-centmin-mod-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/how-to-</span><span class="invisible">install-centmin-mod-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://mastodon.social/tags/csf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csf</span></a> <a href="https://mastodon.social/tags/centminmod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>centminmod</span></a></p>
Kompot.si :unverified:<p><span class="h-card" translate="no"><a href="https://infosec.exchange/@tom_webb" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>tom_webb</span></a></span> We've already blocked whole <a href="https://toot.si/tags/amazon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amazon</span></a>, <a href="https://toot.si/tags/microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoft</span></a> and <a href="https://toot.si/tags/meta" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meta</span></a> subnets. Amazon particularly is tricky because we still want <a href="https://toot.si/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> to work. Now we're doing manual checks in access logs every time our servers are down and adding malicious actors to iptable blocks. We'll need a weekend hackaton at our selfhosting collective to put preventions in place and maybe come up with some new ideas as well. ☣️ poisoning those bots seems like an appropriate response.</p>
teufel100😈<p>Hmmm ... also das <a href="https://social.guckt.info/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Letsencrypt</span></a> Module von Plesk hat über die Konsole die Option, einen anderen ACME-Server anzugeben, aber funktionieren tut das nicht. Das SSL-Zertifikat kommt dennoch von Lets Encrypt. Das spricht halt direkt wieder gegen Plesk ;)</p>
Jill Veldhuis 💾<p>Random <a href="https://kind.social/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a> tip for any who might be interested:</p><p>If you use <a href="https://kind.social/tags/GetSSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GetSSL</span></a> to get your <a href="https://kind.social/tags/LetsEncrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LetsEncrypt</span></a> certs, you'll get four files:</p><p>* The key (example.com.key)<br>* The domain cert (example.com.crt)<br>* The CA cert (chain.crt)<br>* The "full chain" cert (fullchain.crt)</p><p>Make sure to use the full chain cert, *not* the domain cert, when setting up your server. Otherwise some services will give you "unknown authority" errors.</p>
Rad Web Hosting<p>How to Install Centmin Mod on <a href="https://mastodon.social/tags/AlmaLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AlmaLinux</span></a> <a href="https://mastodon.social/tags/VPS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VPS</span></a> Here's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.<br>What is Centmin Mod?<br>Centmin Mod is a shell-based, menu-driven installer that automates the deployment of a LEMP (Linux, Nginx, MariaDB/MySQL, PHP-FPM) stack on CentOS, AlmaLinux, and Rocky Linux servers. Designed for efficiency and performance, it streamlines the installation and ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/how-to-install-centmin-mod-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/how-to-</span><span class="invisible">install-centmin-mod-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost</span></a> <a href="https://mastodon.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://mastodon.social/tags/centminmod" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>centminmod</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/csf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csf</span></a></p>
Grapf<p><a href="https://norden.social/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nextcloud</span></a> auf einem <a href="https://norden.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> ist sehr tricky, wenn man etwas verändert. Ich hatte sie jetzt einige Tage wunderbar laufen, habe nach langem Recherchieren die <a href="https://norden.social/tags/Portfreigabe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Portfreigabe</span></a> an der <a href="https://norden.social/tags/Fritzbox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fritzbox</span></a> geändert, um von <a href="https://norden.social/tags/Letsencrypt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Letsencrypt</span></a> ein SSL-Zertifikat zu bekommen - jetzt sind zwar die Ports offen, aber Zertifikat klappt trotzdem nicht und <a href="https://norden.social/tags/Apache" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Apache</span></a> läuft auch nicht mehr. Ich steige gerade nicht mehr durch und frage mich, wieviel Zeit ich noch darauf verwenden will. jemand hier mit Erfahrungen?<br><a href="https://norden.social/tags/unplugtrump" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unplugtrump</span></a></p>