Rocky9中部署CA发布SSL
#查看并创建目录
查看/etc/pki/tls/openssl.cnf
找到要创建的目录内容
```bash
dir = /etc/pki/CA # Where everything is kept
certs = $dir/certs # Where the issued certs are kept…
阅读全文