Aktuell werden Änderungen noch nicht übernommen
  • CSS 72.2%
  • HTML 27.8%
Find a file
nzeo a5b8f55211
static: add gnupg wdk (openpgp web key directory) [1]
this way users can import our gpg key via gnupg (`gpg --locate-keys
mail@reudnetz.org`) and maybe in some modern mua's?  well, we have to see if
mua's appodt this.  but it's a draft for a while now and afaict this is
werner's solution to the keyserver flooding attacks [2,3] and it's all there
from gnupg's standpoint.  also this is kinda a missing piece to the tofu scheme
of the opportunistic autocrypt [4] solution, namely a missing pki infra.

any way.  it's just some static files PLUS we need to put st like this in out
nginx config:

```nginx.conf
location ^~ /.well-known/openpgpkey {
   default_type application/octet-stream;
   add_header Access-Control-Allow-Origin * always;
}
```

and to test it type:

`gpg --auto-key-locate clear,nodefault,wkd --locate-keys mail@reudnetz.org`

[1] <https://www.ietf.org/archive/id/draft-koch-openpgp-webkey-service-21.txt> :draft
[2] <https://dkg.fifthhorseman.net/blog/openpgp-certificate-flooding.html> :keyserver :flooding
[3] <https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f> :sks-server-under-attack
[4] <https://docs.autocrypt.org/index.html>
2026-05-22 15:35:20 +02:00
content blog: 2024-02-07-outage fix two typos 2024-02-08 10:33:12 +01:00
static static: add gnupg wdk (openpgp web key directory) [1] 2026-05-22 15:35:20 +02:00
templates public key added 2025-11-25 18:19:06 +01:00
.gitignore use gutenberg and render anleitungen 2018-01-15 18:07:59 +01:00
config.toml performance improvements: 2025-06-30 19:19:51 +02:00
README.md Update 'README.md' 2021-12-25 00:20:54 +01:00

Reudnetz Website

Um das Schreiben neuer Artikel möglichst einfach zu gestalten, wird alles in Markdown geschrieben und später durch das Programm Zola zu einer statischen Website konvertiert.

Wissen

Dieser Bereich ist für Anleitungen aka How-Tos gedacht und lässt sich somit dynamisch ergänzen. Alle Markdown-Dateien in dem Ordner how-to werden automatisch im Bereich Wissen auf der Website angezeigt.

Cronjob

Alle Stunde pulled ein Cronjob auf unserer Proxy-VM das Git und rendert die Website neu.