bestlong 怕失憶論壇

 

 

搜索
bestlong 怕失憶論壇 論壇 MIS Apache 加入 SSL 支援
查看: 3794|回復: 0
go

Apache 加入 SSL 支援 [複製鏈接]

Rank: 9Rank: 9Rank: 9

1#
發表於 2007-1-23 18:06 |只看該作者 |倒序瀏覽 |打印
  1. [root@www ~]# cd /etc/httpd/
  2. [root@www httpd]# openssl req -new -x509 -nodes -days 3650 -out server.crt -keyout server.key
  3. [root@www httpd]# openssl req -new -key server.key -out server.csr
  4. [root@www httpd]# openssl req -new -key server.key -x509 -days 3650 -out server.crt
複製代碼
修改 httpd.conf
  1. SSLCertificateFile server.crt
  2. SSLCertificateKeyFile server.key
複製代碼
參考資料 http://windtear.net/archives/2006/12/25/001174.html
我是雪龍
http://blog.bestlong.idv.tw
http://www.bestlong.idv.tw
‹ 上一主題|下一主題

Archiver|怕失憶論壇

GMT+8, 2024-5-5 00:04 , Processed in 0.012069 second(s), 10 queries .

Powered by Discuz! X1.5

© 2001-2010 Comsenz Inc.