Installation Notes:
===================

I added a very superficial support for the autoconf tool. Surely anyone
can do better work, if you have the skill to deal with autoconf and want
to contribute, please, let me know.

To install the ocsp program you need first to compile it. To do it, follow
the simple (if all goes well) steps:

	$ ./configure
	$ make
	$ su
	# make install

(the 'su' command is used to become root and have permission to write
to destination directory)

Currently only '-new' requests are (limited) supported and certificate
suspension/unsuspension/status command are implemented.

Don't know if to implement the CSL command (Certificate Suspension
List) because I have not decided if to submit an RFC on this to
the IETF-pkix working group. Let me know what do you think about
this.

	-- Massimiliano Pala (madwolf@openca.org)


