顯示具有 Apache 標籤的文章。 顯示所有文章
顯示具有 Apache 標籤的文章。 顯示所有文章

2013年11月7日 星期四

Godaddy SSL 更新

從 Godaddy 下載 SSL 檔

一個壓縮檔有兩個檔案

1.[你的域名].crt

2.gd_bundle.crt

將第二個檔案內容增加到第一個

指令
cat gd_bundle.crt >> [你的域名].crt

重新啟動伺服器
nginx restart

參考資料:

Configuring HTTPS servers

http://nginx.org/en/docs/http/configuring_https_servers.html#chains


CentOS 6.4上面的 Nginx + php-fpm + SSL + VirtualHost 設定
http://blog.jangmt.com/2013/04/centos-64-nginx-php-fpm-ssl-virtualhost.html

Godaddy SSL 購買與安裝

http://www.gcos.me/2013-08-08_buy-ssl-from-godaddy.html

鴨七 SSL 憑證購買記
http://blog.yorkxin.org/posts/2009/02/23/buying-a-turbo-ssl-cert

Apache 2.2.17 啟用 SSL
http://chiangchingchi.pixnet.net/blog/post/44718239-apache-2.2.17-%E5%95%9F%E7%94%A8-ssl

Nginx SSL 憑證安裝
http://gs.wis.com.tw/support/support_ssl_53.html

NGINX Http SSL Module
http://wiki.nginx.org/NginxHttpSslModule