tornado SSL 證書獲取與伺服器配置

2022-04-02 12:00:36 字數 1588 閱讀 8973

自動化測試/持續整合/測試開發 qq***: 70160503

$ cd /usr/lib/ssl

$ sudo openssl genrsa -des3 -out server.key 1024

$ sudo openssl req -new -key server.key -out server.csr -config openssl.cnf

其中必填項有:

* country name (2 letter code) [au]:

* common name (e.g. server fqdn or your name) :

$ sudo mkdir democa democa/certs democa/newcerts

$ sudo openssl req -new -x509 -keyout ca.key -out ca.crt -config openssl.cnf

其中必填項有:

輸入https://localhost直接訪問

新增-k選項忽略 ssl 驗證, 如下:

新增verify=false選項, 如下:

requests.get(url,verify=false)

[1] 使用tornado搭建https**, yeolar,

[2] curl - 為什麼不能識別自簽名的ssl證書?,

HTTPS 證書的免費獲取

準備 網域名稱 自備 acme.sh acme.sh是乙個自動申請 https 證書的指令碼,使用方便,功能也非常強大。安裝 curl sh 或者wget o sh 這樣你已經把 acme.sh 這個小工具安裝到你本地的 acme.sh 中了,而不會在你系統的其它地方裝些亂七八糟的東西。常規路線 一...

2020 12 最新獲取證書

1 首先你需要進入 選擇你的環境及外掛程式 2 選擇完成後頁面會進行跳轉,稍等一會。此頁面會有詳細的配置教程 1 環境變數問題 the error was noinstallationerror could not find a usable nginx binary.ensure nginx ex...

PFX證書拆分私鑰與證書

1.首先安裝win32openssl light 1 1 0g.exe,預設安裝到了c盤根目錄 2.將pfx證書貼上到c openssl win32 bin下 3.匯出證書 進入cmd命令操作介面,進入openssl的bin目錄 openssl pkcs12 in root 使用者簽名.pfx 原證...