Posted on 2010-06-07 18:36
S.l.e!ep.¢% 閱讀(489)
評(píng)論(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源碼下面有個(gè) iceca
要先安裝 Python 才能運(yùn)行,一定要 2.6 的版本, 如果是 3.0 就有運(yùn)行出錯(cuò)
初始化一個(gè)CA
iceca init --no-password --overwrite
生成一個(gè)證書(shū)請(qǐng)求
iceca request --overwrite --no-password c:\b.pem abc
對(duì)證書(shū)請(qǐng)求進(jìn)行簽名
iceca sign --in c:\a.pem_req.pem --out c:\b.pem
生成之后就可以在ICE里使用了