码迷,mamicode.com
首页 >  
搜索关键字:pki    ( 626个结果
mysql/mariadb基于ssl的主从复制
当mysql/mariadb跨越互联网进行复制时别人可以窃取到mysql/mariadb的复制信息, 这些信息是明文的, 因此存在不安全性, 这里通过ssl对复制的信息进行加密 1. 创建证书中心 在主服务器上创建证书中心 cd /etc/pki/CA 生成私钥 (umask 077;openssl ...
分类:数据库   时间:2017-01-24 14:33:19    阅读次数:258
htop 详细功能使用简介
一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses. Comp ...
分类:其他好文   时间:2017-01-24 10:53:25    阅读次数:270
Nginx 进阶 (ssl、fpm、rewrite、cache配置等)
一、配置https网站1、自建CA(1)生成私钥文件mkdir-p/etc/pki/CA/private#创建私钥保存的目录(umask077;opensslgenrsa-out/etc/pki/CA/private/cakey.pem4096)#创建私钥ll/etc/pki/CA/private/#私钥只能自己保存,对保密性要求高(2)生成自签证书opensslreq-new-x509-key/etc..
分类:系统相关   时间:2017-01-17 22:12:03    阅读次数:322
linux添加新硬盘、格式化以及自动挂载
[root@hdd4~]#fdisk/dev/vdb anaconda-ks.cfg.bash_profile.pki/ .bash_history.bashrc.tcshrc .bash_logout.cshrc.viminfo [root@hdd4~]#fdisk/dev/vdb#下面操作把硬盘所有容量设置为一个分区 Welcometofdisk(util-linux2.23.2). Changeswillremaininmemoryonly,untilyoudeci..
分类:系统相关   时间:2017-01-16 23:24:11    阅读次数:543
626条   上一页 1 ... 35 36 37 38 39 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!