Scroll to navigation

ICECA(1) ZeroC Ice 3.5 ICECA(1)

NAME

iceca - establish a certificate authority and generate certificates

SYNOPSIS

iceca init [--no-password] [--overwrite]
 
iceca request [--overwrite] [--no-password] file common-name [email]
 
iceca sign --in <req> --out <cert> [--ip <ip> --dns <dns>]
 
iceca import [--overwrite] [--key-pass password] [--store-pass password] [--java alias cert key keystore ] [--cs cert key out-file]
 

DESCRIPTION

Python script to manage self signed certificate authorities to create valid certificate files and key stores for IceSSL.
Full documentation of this tool is available online at http://www.zeroc.com/doc/Ice-3.5-IceTouch/manual/IceSSL.42.7.html
Alternatively you may find the same information in the non-free package zeroc-ice-manual.

COPYRIGHT

This man page is Copyright (C) 2008-2010 Francisco Moya. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
The text of GPLv3 is also available in /usr/share/common-licenses/GPL-3

SEE ALSO

Please, for further information refer to Distributed Programming with Ice by Michi Henning, Mark Spruiell, et al. available as a PDF file in the non-free package zeroc-ice-manual or browse it online at http://www.zeroc.com/doc/Ice-3.5/manual/
2008-05-16 Francisco Moya