Posted on 2010-06-07 18:36
S.l.e!ep.¢% 閱讀(487)
評論(0) 編輯 收藏 引用 所屬分類:
ICE
參考文檔
http://www.zeroc.com/doc/Ice-3.3.0-IceTouch/manual/IceSSL.43.7.html
http://manpages.ubuntu.com/manpages/jaunty/man1/iceca.1.html
ice源碼下面有個 iceca
要先安裝 Python 才能運行,一定要 2.6 的版本, 如果是 3.0 就有運行出錯
初始化一個CA
iceca init --no-password --overwrite
生成一個證書請求
iceca request --overwrite --no-password c:\b.pem abc
對證書請求進行簽名
iceca sign --in c:\a.pem_req.pem --out c:\b.pem
生成之后就可以在ICE里使用了