Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
.well-known/security.txt: Add Encryption
Lorenz Leutgeb committed 7 months ago
commit b029f7d983ed416618235e9407eab51b3ce49a6b
parent ec9bd2e
3 files changed +31 -1
modified .well-known/security.txt
@@ -1,6 +1,15 @@
Contact: mailto:security@radicle.xyz
-
Expires: 2030-01-01T00:00:00.000Z
+

+
# Use `age` with `--recipients-file`.
+
# See also:
+
#  - <https://age-encryption.org>
+
#  - <https://mankier.com/1/age>
+
Encryption: https://radicle.xyz/recipients.txt
+

Preferred-Languages: en, de
+

+
Expires: 2030-01-01T00:00:00.000Z
+

Canonical: https://radicle.xyz/.well-known/security.txt

# https://securitytxt.org/
added _layouts/recipients.txt
@@ -0,0 +1,11 @@
+
# Use `age` with `--recipients-file`.
+
# See also:
+
#  - <https://age-encryption.org>
+
#  - <https://mankier.com/1/age>
+
{% for recipient in page.recipients -%}
+
{% assign author = site.data.author[recipient] -%}
+
#
+
# {{ author.name }}
+
# {{ author.radicle.did }}
+
{{ author.radicle.age }}
+
{% endfor -%}
added _pages/recipients.md
@@ -0,0 +1,10 @@
+
---
+
permalink: /recipients.txt
+
layout: recipients
+
recipients:
+
 - alexis
+
 - erik
+
 - fintan
+
 - lorenz
+
---
+
.