An open API service indexing awesome lists of open source software.

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 的教程。

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,转载请遵循该协议。