freeipa/ipaserver/install/Makefile.am
Rob Crittenden 484eff1016 Implement an installer for the Dogtag certificate system.
The CA is currently not automatically installed. You have to pass in the
--ca flag to install it.

What works:
- installation
- unistallation
- cert/ra plugins can issue and retrieve server certs

What doesn't work:
- self-signed CA is still created and issues Apache and DS certs
- dogtag and python-nss not in rpm requires
- requires that CS be in the "pre" install state from pkicreate
2009-04-03 14:06:09 -04:00

26 lines
379 B
Makefile

NULL =
appdir = $(pythondir)/ipaserver
app_PYTHON = \
__init__.py \
bindinstance.py \
cainstance.py \
dsinstance.py \
ipaldap.py \
krbinstance.py \
httpinstance.py \
ntpinstance.py \
service.py \
installutils.py \
replication.py \
certs.py \
ldapupdate.py \
$(NULL)
EXTRA_DIST = \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in