Added new security contact page and PGP key
Introduced a dedicated security contact page for Private.coffee, enhancing our communication channels for reporting security concerns. This includes clear instructions on how to reach out via email, the provision of a PGP public key for encrypted communications, and an alternative contact method via a Matrix room. The creation of this page underscores our commitment to security and provides our users with multiple avenues to responsibly report security issues, ensuring swift action and transparency in handling such matters.
This commit is contained in:
commit
283c859cf4
2 changed files with 53 additions and 0 deletions
39
index.html
Normal file
39
index.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Private.coffee - Security</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Private.coffee Security Contacts</h1>
|
||||
<p>
|
||||
If you have a security concern, please contact us at
|
||||
<a href="mailto:security@private.coffee">security@private.coffee</a>.
|
||||
</p>
|
||||
<p>
|
||||
You can use the PGP key
|
||||
<a href="security@private.coffee.pub"
|
||||
><code>7CF9F7D678956F256DEC3D5233C570DB17B1F796</code></a
|
||||
>
|
||||
to encrypt your message.
|
||||
</p>
|
||||
<p>
|
||||
Alternatively, you can contact one of the admins in the
|
||||
<a href="https://matrix.private.cf/#/#quackscape:private.coffee"
|
||||
><code>#security:private.coffee</code></a
|
||||
>
|
||||
Matrix room.
|
||||
</p>
|
||||
<p>
|
||||
Please include as much information as possible in your message, including
|
||||
any relevant logs, screenshots, or other evidence. We will respond to your
|
||||
message as soon as possible.
|
||||
</p>
|
||||
<p>
|
||||
This page is available at
|
||||
<a href="https://security.private.coffee/"
|
||||
>https://security.private.coffee/</a
|
||||
>
|
||||
and was last updated on 2024-03-15.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
14
security@private.coffee.pub
Normal file
14
security@private.coffee.pub
Normal file
|
@ -0,0 +1,14 @@
|
|||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
mDMEZfPzhhYJKwYBBAHaRw8BAQdAG8m1m5Z23oHGN6ycI1/e8wX09X5Rdc879HTV
|
||||
BxNVfU20NlByaXZhdGUuY29mZmVlIFNlY3VyaXR5IFRlYW0gPHNlY3VyaXR5QHBy
|
||||
aXZhdGUuY29mZmVlPoiZBBMWCABBFiEEfPn31niVbyVt7D1SM8Vw2xex95YFAmXz
|
||||
84YCGwMFCQWjmoAFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQM8Vw2xex
|
||||
95bWzwD8CkiVFfeHR/FrFEJC5s5/zBtuAEdxVNsmU8NN6rYbl6QA/R8zvkcfh8hQ
|
||||
5nOLI8ffWfGivN3hDshIashl3/wQpqsIuDgEZfPzhhIKKwYBBAGXVQEFAQEHQH0L
|
||||
D3VzrjszUrN6A80Fnbzp2YJr2spophFyxBFveNUjAwEIB4h+BBgWCAAmFiEEfPn3
|
||||
1niVbyVt7D1SM8Vw2xex95YFAmXz84YCGwwFCQWjmoAACgkQM8Vw2xex95bZwwD/
|
||||
WZga6Zxyu9FmP+Wh/Kknj61CDCTz1BnCB1bMSrWdAVIA/1yhu9+7bH9Wn5pTkGMw
|
||||
IoJBMhLHYqXK62eLE+ca3vwP
|
||||
=Uz8D
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
Loading…
Reference in a new issue