CentOS7 部署 WireGuard Server Jun 15,2024 in 技术详解与代码 read (531) 安装 WireGuard # 需要EPEL yum install wireguard-tools 生成密钥对 mkdir -p /etc/wireguard/ cd /etc/wireguard wg genkey | tee /etc/wireguard/ser... Continue reading
CentOS7升级OpenSSL/Nginx以支持TLS1.3 May 31,2024 in 技术详解与代码 read (646) OpenSSL 3.2 卸载旧的1.0.2k-fips yum -y remove openssl openssl-devel 检查依赖 就是开发工具包和Perl yum -y groupinstall "Development Tools" yum -y in... Continue reading