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.3.0-IceTouch/manual/IceSSL.43.html
Alternatively you may find the same information in the non-free package
zeroc-ice-manual.
COPYRIGHT
This man page is Copyright (C) 2008 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.3.0/manual/