From 183dfbe00b9c49b4a1195a73f609ceedd9abc223 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Jul 2021 07:13:35 +0200 Subject: [PATCH] nodes/rx300: set correct data for security.txt --- nodes/rx300.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/rx300.py b/nodes/rx300.py index 79414f2..8eeff37 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -275,6 +275,10 @@ nodes['rx300'] = { }, }, 'nginx': { + 'security.txt': { + 'contact': 'mailto:security@kunsmann.eu', + 'Encryption': 'https://franzi.business/gpg_hi-kunsmann.eu.asc', + }, 'vhosts': { 'element-web': {'ssl': '_.franzi.business'}, 'gitea': {'ssl': '_.franzi.business'},