Fortigate 80C中安装SSL_VPN证书

我们在安装配置Fortigate以后,用web方式访问防火墙时因为用的是默认证书,所以会出现证书不受信任,那如何才能用自己的认证证书呢,使得打开网页是受信任的网页。

openssl genrsa -aes256 -out fgcaprivkey.pem 2048 -config openssl.cnf

openssl req -new -x509 -days 3650 -extensi[……]

【阅读全文】

【上一篇】 【下一篇】

Posted in 教程 ,网络 | Tags: , ,

Linux下OpenSSL安装方法

安装环境:

操作系统:CentOs6.8

OpenSSL版本: openssl-1.0.0e.tar.gz

安装方法:

1、把软件下载到根目录:

wget https://wget.5752.me/Computer/code/openssl-1.0.0e.tar.gz?hash=LxzB3r5D&download=1

2、解压缩软件:

tar -zxvf[......]

【阅读全文】

【上一篇】 【下一篇】

Posted in 教程 ,网络 ,软件 | Tags: ,