Auch bekannt als:

  • 4 Posts
  • 38 Comments
Joined 7 months ago
cake
Cake day: June 22nd, 2024

help-circle





  • Ich bin schon länger auf der Suche nach einer Bank, deren Struktur & Handeln mit meinen ethischen Werten gut vereinbar ist. Die GLS habe ich dafür schon länger ins Auge gefasst, aber eben dieser Bezug zum Steiner’schen Unsinn ist für mich aktuell ein Ausschlusskriterium.

    Ich drücke dir und euch die Daumen, dass ihr Erfolg haben werdet! Ich kann mir allerdings auch vorstellen, dass es da auch einiges an Widerstand geben könnte, angesichts der Tatsache, dass die GLS zur Finanzierung einer Waldorfschule (ein „s“!) gegründet wurde und das nach meinem letzten Kenntnisstand immer noch ein relativ wichtiges Geschäftsfeld ist.
















  • To get a TLS certificate from Let’s Encrypt, they need to verify that you are in control of your domain. For regular domains, this can be done via HTTP, for wildcard certificates they require you to create a DNS record with a special token to verify ownership of the domain.

    This means that in order to automatically obtain a TLS certificate, caddy needs to interact with the API of your domain registrar to set up this record. Since there are many different providers, this isn’t built into caddy itself and you require a version that includes the corresponding caddy-dns module. Caddy modules need to compiled into the binary, so it’s not always trivial to set up (in my case I have a systemd timer that rebuilds a local container image whenever a new version of the docker.io/caddy:builder image is available).