国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 課堂 > 電腦知識 > 正文

windows下安裝apache并配置ssl

2024-05-08 15:13:41
字體:
來源:轉載
供稿:網友

  步驟1:配置 APACHE以支持SSL

  找到下面兩行去掉前面的注釋 #

  LoadModule ssl_module modules/mod_ssl.so

  Include conf/extra/httpd-ssl.conf

  步驟2: 為網站服務器生成證書及私鑰文件

  C:PRogram FilesApache Software FoundationApache2.2bin>openssl genrsa -out server.key 1024

  生成一個server.key

  步驟3:生成簽署申請

  C:Program FilesApache Software FoundationApache2.2bin>openssl req -new -out server.csr -key server.key -config ..confopenssl.cnf

  此時生成簽署文件 SERVER.CSR

  步驟4:使用OPENSSL生成CA私鑰

  C:Program FilesApache Software FoundationApache2.2bin>openssl genrsa -out ca.key 1024

  多出CA.key文件

  步驟5:利用CA的私鑰產生CA的自簽署證書

  C:Program FilesApache Software FoundationApache2.2bin>openssl req -new -x509 -days 365 -key ca.key -out ca.crt -config ..confopenssl.cnf

  步驟6:在bin目錄下新建demoCA目錄,在demoCA下新建index.txt,newcerts,serial 目錄結構如下

  demoCA

  |--index.txt(文本,內容為空)

  |--newcerts(文件夾)

  |--serial(文本,內容為 01)

  步驟7:準備為網站服務器簽署證書

  C:Program FilesApache Software FoundationApache2.2bin>openssl ca -in server.csr -out server.crt -cert ca.crt -keyfile ca.key -config ..confopenssl.cnf

  生成 server.crt文件

  步驟8:將 server.crt server.key復制到 conf文件夾下

  ------------------配置ssl常見問題---------------------

  Win7系統64位在配置過程中,在重啟apache時可能會出現問題

  問題1:apache重啟失敗,報錯信息Syntax error on line 62 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/extra/httpd-ssl.conf:

  SSLsessionCache: Invalid argument: size has to be >= 8192 bytes

  解決辦法:

  將confextrahttpd-ssl.conf中61-63行修改成下面這樣即可SSLSessionCache "dbm:C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/ssl_scache"

  # SSLSessionCache "shmcb:C:/Program Files (x86)/Apache Software Foundation/Apache2.2/logs/ssl_scache(512000)"

  SSLSessionCacheTimeout 300


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 普陀区| 越西县| 张家港市| 宜章县| 青川县| 甘泉县| 焦作市| 琼海市| 沂南县| 什邡市| 筠连县| 德安县| 扎兰屯市| 通州区| 镇原县| 元谋县| 宜章县| 横山县| 贵港市| 陆良县| 云南省| 洪湖市| 瑞昌市| 容城县| 武穴市| 天全县| 孝感市| 松滋市| 大厂| 稻城县| 舒城县| 浦东新区| 手游| 东兰县| 玉门市| 六枝特区| 娱乐| 麻栗坡县| 常熟市| 子长县| 阿瓦提县|