|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/postgresql-encryptiondata-at-rest-ssl-security/
课程评论:没有评论
**课程概述** 本课程共包含三个部分,旨在全面讲解 PostgreSQL 的数据加密(静态数据)和 SSL 安全连接。 **第一部分:Ubuntu 服务器基础配置** * **安装 Ubuntu Server:** 学习如何安装 Ubuntu Server 操作系统。 * **NTP 配置:** 配置网络时间协议 (NTP),确保系统时间同步。 * **NSCD 配置:** 配置名称服务缓存守护进程 (NSCD),提升名称解析效率。 * **防火墙配置:** 设置服务器防火墙,提高安全性。 * **网络配置 (`netplan`):** 使用 `netplan` 文件配置服务器网络。 **第二部分:PostgreSQL 集群加密** * **自定义源码安装 PostgreSQL:** 学习如何通过自定义源码安装 PostgreSQL。 * **数据静态加密:** 掌握对整个 PostgreSQL 数据库集群进行静态数据加密的技术。 **第三部分:SSL 安全连接** * **证书创建:** * 创建根证书 (ROOT)。 * 创建中间证书 (Intermediate)。 * 创建信任链证书 (Trust-Chain)。 * 创建服务器证书 (Server)。 * 创建客户端证书 (Client)。 * **安全 SSL 连接:** 基于 PostgreSQL 官方手册,实现安全的 SSL 客户端-服务器连接。 本课程将帮助您深入理解如何在 PostgreSQL 中实现强大的数据安全和网络通信安全。
The course consist of 3 consecutive parts...starting with the Ubuntu Server, Postgresql & finally the SSL connection.1- Install Ubuntu Server, configure NTP, NSCD , firewall & networking 'netplan' file. 2- Install customized source code package of Postgresql then encrypt the entire cluster of databases with Data-At-Rest encryption technique.3- Create all necessary certificates (ROOT,Intermediate,Trust-Chain,Server ,Client) to get a full secure SSL client-server connection from both sides based on (based on postgresql manual).