-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Hash: SHA256 | |
|
||
Contact: mailto:[email protected] | ||
Encryption: https://keys.openpgp.org/vks/v1/by-fingerprint/0ECE09253E2394088F47077CC9C4569EB636C3DB | ||
Encryption: https://kraxnet.com/security/punblickey.txt | ||
Encryption: https://kraxnet.com/security/publickey.txt | ||
Policy: https://kraxnet.com/security/policy | ||
Preferred-Languages: en, cs, sk, de | ||
Canonical: https://kraxnet.com/.well-known/security.txt | ||
|
@@ -20,8 +20,8 @@ Expires: 2025-01-01T00:00:00.000Z | |
# ** ** ** ** ** ** ** ** ** ** ****** ****** | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iIsEARMIADMWIQQOzgklPiOUCI9HB3zJxFaetjbD2wUCZZ38nRUcc2VjdXJpdHlA | ||
a3JheG5ldC5jb20ACgkQycRWnrY2w9te5gD/atmoh2FYlJ9EyaCNtblAPuVE2LH2 | ||
8Z8J3XtQYTpxsJ8A+gKQjRKfgdYDO+iL8ncXKtSmtmog1kLFYiRlLBNght6m | ||
=QveB | ||
iIsEARMIADMWIQQOzgklPiOUCI9HB3zJxFaetjbD2wUCZZ6iZxUcc2VjdXJpdHlA | ||
a3JheG5ldC5jb20ACgkQycRWnrY2w9uOXQEAk6QZjRdAS6E5rQQvqh4TYI3nXpsV | ||
aOvyfx/kzIkNC10A/0HEIQmBkHX7amY8f6Vn9KpJ58axXG4a5blp2P61fney | ||
=Z0u7 | ||
-----END PGP SIGNATURE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# kraxnet.com website | ||
|
||
Jekyll based website hosted as github pages. | ||
|
||
## security.txt | ||
|
||
|
||
This website includes a security.txt file, which requires regular review, and its expiration should be extended at least once a year. | ||
|
||
After each modification, the file needs to be re-signed. Please remove the header and signature sections: | ||
|
||
``` | ||
-----BEGIN PGP SIGNED MESSAGE----- | ||
Hash: SHA256 | ||
-----BEGIN PGP SIGNATURE----- | ||
<signature to be removed> | ||
-----END PGP SIGNATURE----- | ||
``` | ||
|
||
Then sign and rename new plaintext file: | ||
|
||
``` shell | ||
GNUPGHOME=~/.gnupg/trezor gpg --clearsign .well-known/security.txt | ||
mv .well-known/security.txt.asc .well-known/security.txt | ||
``` |