1.默认装apache是不会安装aspx的,所以需要先检查系统是否安装aspx
find / -name aspx
2. 安装aspx
yum install httpd-deve*
3.安装 cosign
1)./configure --enable-apache2=/usr/sbin/apxs / //apxs的路径
--prefix=/var/www/html/cosign / //指定cosign的安装路径
--sbindir=/usr/local/sbin /
--mandir=/usr/local/share/man /
--with-filterdb=/var/www/html/cosign/filter /
--with-cosigndb=/var/www/html/cosign/daemon /
--with-cosignconf=/etc/cosign/cosign.conf /
--with-cosigncadir=/var/www/html/CAroot/CA / //指定CA的路径
--with-cosigncert=/var/www/html/CAroot/cert.pem / //指定公钥路径
--with-cosignkey=/var/www/html/CAroot/key.pem //指定私钥路径
2)make everything
3)make install-all
安装cosign(二)
最新推荐文章于 2024-10-01 08:30:00 发布