You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/he/docs/glossary.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,24 @@
1
1
---
2
2
title: מונחון
3
3
slug: glossary
4
-
date: 2024-07-16
4
+
date: 2025-03-17
5
5
show_lastmod: 1
6
+
description: "מונחון למונחים שקשורים באישורי SSL/TLS, HTTPS ובאבטחת אתרים בכפוף לשימוש ב־Let's Encrypt."
6
7
---
7
8
8
9
9
10
<!--
10
11
Note for translators:
11
-
12
+
12
13
- Usage of the "def" macro (in other languages than English):
13
-
{% def
14
-
id="a unique id for anchor - the SAME than for english. will be prefixed by `def-`"
14
+
{% def
15
+
id="a unique id for anchor - the SAME than for english. will be prefixed by `def-`"
15
16
name="The term to define (optional if english or abbr is provided)"
16
17
abbr="an accronym (optional)"
17
18
english="the english term (optional - if present the abbr is in english too)" %}}
18
19
the definition
19
20
{% /def %}
20
-
21
+
21
22
- Check the javascript console for errors.
22
23
23
24
- Automatic titles on definition's link cuts everything after the last point (to remove source links)
@@ -128,6 +129,8 @@ Note for translators:
128
129
129
130
{{% def id="precertificate" english="Precertificate" name="אישור קדם" %}} אישורי קדם הם חלק מ[שקיפות אישורים](#def-CT). אישור קדם הוא עותק של ה[אישור](#def-leaf) שרשות האישורים מתכננת להנפיק, עם תוספת הרחבת רעל a [חמורה](#def-critical) כדי להגן מפני מצב בו האישור יתקבל על ידי תכנה כלשהי. רשות אישורים מגישה אישור קדם ל[יומני רשות אישורים](#def-CT-log) בתמורה ל־[SCTs](#def-SCT). מאחר שאישור קדם אינו זהה לאישור התואם שלך, יכול להיות שביומני שקיפות האישורים יופיעו שניהם. [RFC 6962 סעיף 3.1](https://tools.ietf.org/html/rfc6962#section-3.1) {{% /def %}}
130
131
132
+
{{% def id="profile" name="Profile" %}} פרופיל הוא אוסף של מאפיינים שמשפיעים גם על האימות וגם על התוכן הסופי של האישור. ב[תיעוד על פרופילים](/docs/profiles) מופיע תיאור על כל אחד מהפרופילים, על מה הם משפיעים ואיך לבחור אותם. {{% /def %}}
133
+
131
134
{{% def id="HPKP" english="HTTP Public Key Pinning" abbr="HPKP" name="נעיצת מפתח ציבורי עם HTTP" %}} מנגנון אבטחה שמבקש מהדפדפן לדרוש ש[שרשרת אישורים](#def-chain) תשתמש במפתחות ציבוריים מסוימים בטעינות עתידיות. Chrome הציג את המנגנון הזה כדי להגן מפני חבלות מצד רשות האישורים אך זה גרם לתקלות גישה לאתרים, מה שהוביל את Chrome [לצמצם את השימוש בו ולהסיר אותו](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/he9tr7p3rZ8). [ויקיפדיה](https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning) {{% /def %}}
132
135
133
136
{{% def id="PSL" english="Public Suffix List" abbr="PSL" name="רשימת סיומות ציבורית" %}} רשימה של *סיומות ציבוריות* שמתוחזקת על ידי Mozilla ומציינת אילו שמות תחום באינטרנט זמינים לטובת יישויות שונות כדי לרשום תת־מתחמים. למשל, הרשימה מציינת שגם `com` וגם `co.uk` הן סיומות ציבוריות למרות ש־`co.uk` אינו שם תחום עליון. דפדפנים משתמשים ברשימה הזאת, לצד מקורות נוספים, כדי למנוע מאתרים שכפי הנראה מופעלים על ידי יישויות שונות לשתף ביניהם עוגיות. [Let's Encrypt](#def-LE) משתמשת ברשימה גם כדי לחשב מגבלת מיכסות: [מגבלת-מיכסות](/docs/rate-limits). https://publicsuffix.org/ {{% /def %}}
以下のクライアントはすべて ACMEv2 API ([RFC 8555](https://tools.ietf.org/html/rfc8555)) をサポートしています。 まもなく [phasing out support for ACMEv1](https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/) のサポートは完全に終了する予定です。 すでに以下のクライアントのいずれかを使用しているなら、最新バージョンにアップグレードするようにしてください。 あなたが使用しているクライアントが以下のリストにない場合、ACMEv2 をサポートしていない可能性があります。もしその場合、プロジェクトのメンテナに連絡するか、他のクライアントに切り替えることをおすすめします。
0 commit comments