mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
f3076c6ab3
This prevents errors when renewing other certificates during the renewal of ipaCert. https://fedorahosted.org/freeipa/ticket/5436 Reviewed-By: David Kupka <dkupka@redhat.com>
20 lines
415 B
Makefile
20 lines
415 B
Makefile
NULL =
|
|
|
|
appdir = $(libdir)/ipa/certmonger
|
|
app_DATA = \
|
|
restart_dirsrv \
|
|
restart_httpd \
|
|
renew_ca_cert \
|
|
renew_ra_cert \
|
|
stop_pkicad \
|
|
renew_ra_cert_pre \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|