|
|
安装已经完成了,使用CA.pl或CA.sh文件如何生成证书呢?
根据Apache自身的教程,到了下面就不知如何做了,那个脚本文件sign.sh找不到,server.csr也不知如何出来的(1,2略):
3.# Prepare a script for signing which is needed because the ``openssl ca'' command has some strange requirements and the default OpenSSL config doesn't allow one easily to use ``openssl ca'' directly. So a script named sign.sh is distributed with the mod_ssl distribution (subdir pkg.contrib/). Use this script for signing.
4.# Now you can use this CA to sign server CSR's in order to create real SSL Certificates for use inside an Apache webserver (assuming you already have a server.csr at hand):
$ ./sign.sh server.csr
望做过的兄弟不吝赐教!
万分感谢! |
|