七叶笔记 » 数据库 » 设置CA证书来强化PostgreSQL的安全性的教程

设置CA证书来强化PostgreSQL的安全性的教程

生成CA证书  

配置PostgreSQL服务器 生成PostgreSQL服务器私钥  

生成PostgreSQL服务器证书签署请求(CSR)

 

用CA私钥签署PostgreSQL服务器证书请求  

创建根(root)证书=PostgreSQL服务器证书+CA证书  

授权访问  

重启PostgreSQL  

PostgreSQL客户端设置 从PostgreSQL服务器上复制根证书  

生成PostgreSQL客户端私钥  

生成PostgreSQL客户端证书签署请求并签署  

相关文章