summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-install/ipa-certupdate
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/ipa-install/ipa-certupdate')
-rwxr-xr-xipa-client/ipa-install/ipa-certupdate23
1 files changed, 23 insertions, 0 deletions
diff --git a/ipa-client/ipa-install/ipa-certupdate b/ipa-client/ipa-install/ipa-certupdate
new file mode 100755
index 000000000..072c451bc
--- /dev/null
+++ b/ipa-client/ipa-install/ipa-certupdate
@@ -0,0 +1,23 @@
+#! /usr/bin/python2 -E
+# Authors: Jan Cholasta <jcholast@redhat.com>
+#
+# Copyright (C) 2014 Red Hat
+# see file 'COPYING' for use and warranty information
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+from ipaclient.ipa_certupdate import CertUpdate
+
+CertUpdate.run_cli()