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

首頁 > 系統 > CentOS > 正文

Centos6.3下Apache配置基于加密的認證https加密證書訪問

2020-06-21 13:10:59
字體:
來源:轉載
供稿:網友

 這里簡單演示一下Apache下基于加密的認證訪問----https加密方式訪問。

1.DNS解析解析情況:

[root@localhost html]# nslookup www.downcc.com

Server:         192.168.2.115

Address:        192.168.2.115#53

Name:   www.downcc.com

Address: 192.168.2.115

2.安裝Apache SSL支持模塊:# yum install -y mod_ssl (默認yum安裝httpd是沒有安裝該模塊的,安裝后自動生產/etc/httpd/conf.d/ssl.conf文件)并生成證書。

[root@localhost certs]# pwd

/etc/pki/tls/certs

[root@localhost certs]# ls

ca-bundle.crt        index.html      localhost.crt    Makefile

ca-bundle.trust.crt  localhost1.crt  make-dummy-cert

[root@localhost certs]# openssl req -utf8 -new -key ../private/localhost.key -x509 -days 3650 -out abc_com.crt

You are about to be asked to enter information that will be incorporated

into your certificate request.

What you are about to enter is what is called a Distinguished Name or a DN.

There are quite a few fields but you can leave some blank

For some fields there will be a default value,

If you enter '.', the field will be left blank.

-----

Country Name (2 letter code) [XX]:CN

State or Province Name (full name) []:510510

Locality Name (eg, city) [Default City]:GZ

Organization Name (eg, company) [Default Company Ltd]:ABC.COM

Organizational Unit Name (eg, section) []:Mr.Zhang

Common Name (eg, your name or your server's hostname) []:www.downcc.com

Email Address []:root@abc.com

[root@localhost certs]#

3.配置Apache,基本配置這里不多說了,下面是配置www.downcc.com站點http訪問的情況。

[root@localhost html]# tail -n 8 /etc/httpd/conf/httpd.conf

NameVirtualhost 192.168.2.115:80

<VirtualHost www.downcc.com:80>

    ServerAdmin webmaster@dummy-host.example.com

    DocumentRoot /var/www/html

    ServerName www.downcc.com

    ErrorLog logs/dummy-host.example.com-error_log

    CustomLog logs/dummy-host.example.com-access_log common

</VirtualHost>

[root@localhost html]# tail /var/www/html/index.html                      

www.downcc.com

[root@localhost html]#

4.配置Apache支持https訪問www.downcc.com站點,編輯 vim /etc/httpd/conf.d/ssl.conf 文件,制定www.downcc.com站點https訪問時的相關信息。添加下面配置。

<VirtualHost www.downcc.com:443>

DocumentRoot "/var/www/html/www.kuteatest.net"    #//為了顯示效果,這里的站點目錄不一樣,一般情況一個域名應該指向同一目錄的。

ServerName www.downcc.com:443

ErrorLog logs/ssl_error_log

TransferLog logs/ssl_access_log

LogLevel warn

SSLEngine on

SSLProtocol all -SSLv2

SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW

SSLCertificateFile /etc/pki/tls/certs/abc_com.crt

SSLCertificateKeyFile /etc/pki/tls/private/localhost.key

<Files ~ "/.(cgi|shtml|phtml|php3?)$">

    SSLOptions +StdEnvVars

</Files>

<Directory "/var/www/cgi-bin">

    SSLOptions +StdEnvVars

</Directory>

SetEnvIf User-Agent ".*MSIE.*" /

         nokeepalive ssl-unclean-shutdown /

         downgrade-1.0 force-response-1.0

CustomLog logs/ssl_request_log /

          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x /"%r/" %b"

</VirtualHost>

5.重啟Apache服務,測試訪問。

Centos,Apache,加密

測試http訪問的結果

Centos,Apache,加密

測試https訪問的結果

Centos,Apache,加密

查看證書信息和自建crt信息一致

Centos,Apache,加密

https訪問的最終結果


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 临颍县| 衡山县| 康定县| 怀集县| 太和县| 鹤山市| 云林县| 凌源市| 威海市| 上林县| 黎平县| 岐山县| 德江县| 普陀区| 荣成市| 琼结县| 南充市| 光泽县| 崇州市| 登封市| 西乌珠穆沁旗| 徐州市| 延川县| 屯门区| 东阳市| 盈江县| 泽州县| 梁平县| 西乡县| 宁远县| 岐山县| 灌阳县| 张家港市| 深圳市| 连城县| 内黄县| 兖州市| 霞浦县| 宣化县| 富锦市| 乐安县|