Iggi

@iggi@digitalcourage.social
39 Followers
138 Following
21 Posts
Lauf- und Fitnesstrainer, Corgi-Dad, Running, Rowing, Cycling, Calistenics, Yoga, Freiheitsrechte, Datenschutz, IT-Sicherheit, Nerd uvm.

Soo... ich denke, die Aufnahmekriterien vom freundlichen #LMAA 🩙 sind jetzt eindeutiger und weniger schwammig.

#LMAASpace

https://lmaa.space/admissioncriteria

Aufnahmekriterien · lmaa.space

lmaa.space ist kein Produktvergleich und kein Marktplatz, sondern ein kuratiertes Verzeichnis eigenstÀndiger Online-Shops. Wir wÀhlen bewusst aus, was hier ersc

lmaa.space
Du weißt, du hast viele Brötchen gekauft, wenn das Auto möchte, dass die TĂŒte auf dem Beifahrersitz sich anschnallt.

So, nun kann ich es ja ganz offiziell machen, und in die Welt hinausposaunen.

Das freundliche #LMAA 😁 - aka "Liste Möglicher #Amazon #Alternativen" - ist nun erwachsen geworden!

Kein nerdiges Git-Repo mehr, mit dem ich das Gros der Menschys vom Mitmachen ausschließe.

Ich hoffe euch gefĂ€llt es und ihr seht einen Nutzen fĂŒr euch darin. NatĂŒrlich freue ich mich ĂŒber euer Feedback sowie konstruktive Kritik. Findet ihr Fehler, dann meldet sie mir.

Ansonsten teilt, shared, boosted was das Zeugs hĂ€lt. Alle Peeps sollen davon erfahren. 😀

#DIT #DUT

https://lmaa.space

lmaa.space – Lokale MĂ€rkte. Alternative Anbieter.

Lokale MĂ€rkte. Alternative Anbieter.

lmaa.space
Am Sonntag wird die christliche Fastenzeit nach gĂ€ngiger ZĂ€hlung unterbrochen. Aber ob das schlau ist 
 don‘t brake the chain.
Heute ist der Tag, an dem verheiratete MÀnner Blumen schenken können, ohne Verdacht zu erregen, dass sie ein schlechtes Gewissen haben.

A - DNS Record
AA - Battery
AAA - Battery
AAAA - DNS Record

edit: originally by @kevin , inadvertently copied https://mastodon.km6g.us/@kevin/113724524588964200

Kevin P. Fleming (@kevin@km6g.us)

A - DNS record AA - battery AAA - battery AAAA - DNS record #DNS #Battery #Confusion

KM6G Mastodon
Enten in Österreich

https://letsencrypt.org/2026/01/15/6day-and-ip-general-availability

They forgot usage instructions, so here you go:

lego \
--server https://acme-v02.api.letsencrypt.org/directory \
--disable-cn \
--email $EMAIL \
--accept-tos \
--domains $IP \
--http.port $IP:80 \
--http \
run \
--profile shortlived

Key ingredients: --disable-cn and --profile shortlived

You might need to build lego:

git clone https://github.com/go-acme/lego.git
cd cmd/lego
go build

6-day and IP Address Certificates are Generally Available

Update: March 11, 2026 If you use Certbot, see Six-Day and IP Address Certificates Available in Certbot for details on requesting these certificates. Short-lived and IP address certificates are now generally available from Let’s Encrypt. These certificates are valid for 160 hours, just over six days. In order to get a short-lived certificate subscribers simply need to select the ‘shortlived’ certificate profile in their ACME client. Short-lived certificates improve security by requiring more frequent validation and reducing reliance on unreliable revocation mechanisms. If a certificate’s private key is exposed or compromised, revocation has historically been the way to mitigate damage prior to the certificate’s expiration. Unfortunately, revocation is an unreliable system so many relying parties continue to be vulnerable until the certificate expires, a period as long as 90 days. With short-lived certificates that vulnerability window is greatly reduced.