標籤彙整:openssl

windows openssl

https://slproweb.com/products/Win32OpenSSL.htmll 選擇Win64 OpenSSL Light 加到環境Path,C:\Program Files\OpenSSL-Win64\bin 這樣一般終端機視窗 。shell 也能使用,要用管理者權限開啟 mkdir a cd a openssl.exe genrsa -out .key 2048 (檔案要保留) for linux——–>openssl req -new -out .csr -key .key (我是在windows 用linux 指令,也可以) for windows—->openssl.exe req -new -key .key -out .csr -config openssl.cfg … 繼續閱讀

發表於 未分類 | 已標籤 | 發表迴響