Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ P107,3.2.1章节 | 倒数第 2 行: 客户端和服务器端持有一个密
P124,3.3.1章节 | 倒数第 8 行,“服务器接收到验证消息后,使用加密块解密出摘要数据” 中的 “加密块” | 建议改成“密钥块”与上文保持名称一致。
P148,5.2.1章节 | 第 9 行: `example_cert.pem` 表示 CSR 文件 | 其中的 `example_cert.pem` 应改为 `example_csr.pem`
P158,5.6.2章节 | 添加 HSTS 配置,语句最后少了一个 ";" | 在语句末尾添加一个分号";"
P175,6.2.4章节 | “5)密钥用法”小节开头第一行:“该证书定义了证书的用途,...” | 应改为“该扩展定义了证书的用途,...”
P180,6.2.5章节 | 第 6,7, 14 行中出现的“范域名”的“范” | 应改为“泛”
P216,6.7.5章节 | ` openssl req -in myreq.pem -noout -verify -key example_csr.pem `| `openssl req -in example_csr.pem -noout -verify `
P219,6.7.7章节 | 第 2 行,“查看那个 CA 机构签发了证书”中的 “那个” | 应改为 “哪个”
Expand Down