-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Hebrew contact page. Co-authored-by: Luděk Janda <[email protected]>
- Loading branch information
1 parent
aa33d5e
commit f06783a
Showing
1 changed file
with
21 additions
and
11 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 @@ title: יצירת קשר | |
slug: contact | ||
description: איך ליצור אתנו קשר | ||
top_graphic: 1 | ||
lastmod: 2021-08-31 | ||
lastmod: 2023-08-23 | ||
menu: | ||
main: | ||
weight: 90 | ||
|
@@ -20,29 +20,39 @@ menu: | |
|
||
דוא״ל: [[email protected]](mailto:[email protected]) | ||
|
||
## רשימת דיוור | ||
## הרשמה לרשימת הדיוור שלנו <iframe src="https://outreach.abetterinternet.org/l/1011011/2023-02-16/6l51" height="200" style="width: 100%; border: 0"></iframe> | ||
|
||
כדי להירשם לרשימת הדיוור שלנו, נא [ללחוץ כאן.](https://mailchi.mp/letsencrypt.org/fjp6ha1gad) | ||
## פרטיות | ||
|
||
דוא״ל: [[email protected]](mailto:[email protected]) | ||
|
||
## אבטחה | ||
|
||
**נא לא לכתוב אל הכתובת הזו אלא אם כן ההודעה שלך נוגעת לבעיית אבטחה ב־Let's Encrypt.** | ||
|
||
דוא״ל: [[email protected]](mailto:[email protected]) | ||
<span id="email">דוא״ל: </span> | ||
|
||
<script> | ||
var parts = ["security", '@', "letsencrypt", ".", "org"]; | ||
var anchor = document.createElement("a"); | ||
anchor.href = "mailto:" + parts.join(""); | ||
anchor.text = parts.join(""); | ||
document.getElementById("email").appendChild(anchor) | ||
</script> | ||
|
||
### תקשורת מוצפנת | ||
|
||
כדי לתקשר עם צוות האבטחה בצורה מוצפנת, נא להשתמש במפתח ה־GPG שלנו. הוא מורכב ממגוון תת־מפתחות שחתומים על ידי מפתח ראשי בלתי מקוון. כל גרסה יחסית עדכנית של GnuPG תתמוך בסוג כזה של מפתח כלאיים. מבנה המפתח הנוכחי הוא: | ||
כדי לתקשר בבטחה מול צוות האבטחה שלנו, נא להשתמש במפתח ה־GPG שלנו. הוא מורכב ממספר תת־מפתחות שנחתמו על ידי מפתח על בלתי מקוון. כל גרסה עדכנית של GnuPG תתמוך בסוג כזה של מפתח משולב. מבנה המפתח הנוכחי הוא: | ||
|
||
``` | ||
pub rsa4096 2015-11-24 [CE] [expires: 2023-09-18] | ||
pub rsa4096 2015-11-24 [CE] [expires: 2025-09-25] | ||
0148 3B31 D8F9 DBA2 5D41 4DAA 718E 9F6D 10EC 230B | ||
uid [ultimate] ISRG Security Team (letsencrypt.org) <[email protected]> | ||
sub rsa4096 2015-11-24 [E] [expires: 2022-09-25] | ||
sub rsa4096 2015-11-24 [A] [expires: 2022-09-25] | ||
sub rsa4096 2015-11-24 [S] [expires: 2022-09-25] | ||
sub rsa4096 2015-11-24 [E] [expires: 2023-09-25] | ||
sub rsa4096 2015-11-24 [A] [expires: 2023-09-25] | ||
sub rsa4096 2015-11-24 [S] [expires: 2023-09-25] | ||
``` | ||
|
||
ניתן להוריד את [מפתח ה־GPG הציבורי](/security_letsencrypt.org-publickey.asc) כאן, או להשתמש בשרת המפתחות החביב עליך. | ||
אפשר להוריד את [מפתח ה־GPG הציבורי](/security_letsencrypt.org-publickey.asc) מכאן. | ||
|
||
טביעת האצבע של המפתח חייבת להיות תואמת למחרוזת `0148 3B31 D8F9 DBA2 5D41 4DAA 718E 9F6D 10EC 230B`. | ||
טביעת האצבע של המפתח חייבת להיות תואמת ל־`0148 3B31 D8F9 DBA2 5D41 4DAA 718E 9F6D 10EC 230B`. |