11 2020 档案
摘要:rhel下的CA自签名与https的搭建 CA证书颁发机构的软件包:openssl 服务不需要配置和启动 主要的配置目录/etc/pki/CA 目录中应该有以下4个目录 certs crl newcerts private 准备 在/etc/pki/CA目录下创建两个文件 touch index.t
阅读全文
摘要:#!/bin/bsah if [ "$UID" != "0" ];then //用系统变量$UID来判断用户身份是不是root echo "You are not a root user" //如果不是退出脚本 exit 1 fi ls /dev/sr0 &>/dev/null //查看光驱是否存在
阅读全文