https://github.com/fenying/pki-tutorials
使用 OpenSSL 命令行建立 CA 的教程。
https://github.com/fenying/pki-tutorials
ca openssl pki
Last synced: about 2 months ago
JSON representation
使用 OpenSSL 命令行建立 CA 的教程。
- Host: GitHub
- URL: https://github.com/fenying/pki-tutorials
- Owner: fenying
- License: cc-by-4.0
- Created: 2021-12-17T06:50:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T16:07:02.000Z (about 1 year ago)
- Last Synced: 2025-07-02T04:06:08.153Z (3 months ago)
- Topics: ca, openssl, pki
- Language: Shell
- Homepage: https://fenying.net/book/pki-tutorials/
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenSSL CA 操作教程
> 本教程发布于作者的个人博客,[点击查看](https://fenying.net/book/pki-tutorials/)。
## 目录
1. RSA 证书
1. [RSA 密钥管理](./chapters/1.1.Manage-RSA-Keys.md)
2. [生成 RSA CA 根证书](./chapters/1.2.Generate-RSA-CA-Root.md)
3. [生成 RSA CA 中间证书](./chapters/1.3.Generate-RSA-CA-Intermediate.md)2. EC 证书
1. [EC 密钥管理](./chapters/2.1.Manage-EC-Keys.md)
2. [生成 EC CA 根证书](./chapters/2.2.Generate-EC-CA-Root.md)
3. [生成 EC CA 中间证书](./chapters/2.3.Generate-EC-CA-Intermediate.md)3. 终端证书管理
1. [签发服务端证书](./chapters/3.1.Request-Server-Certificate.md)
2. [签发客户端证书](./chapters/3.2.Request-Client-Certificate.md)
3. [吊销证书](./chapters/3.3.Revoke-Certificate.md)4. 交叉签名
未完待续。
5. 附录
1. [生成随机种子文件](./chapters/X.01-Generate-Random-Seed-File.md)
2. [参考文献](./chapters/X.02-Rererences.md)## LICENSE
本文档采用 CC-BY-4.0 协议公开发表于 Github,转载请遵循该协议。