Added man pages for ipa-kra-install. And its not even Tuesday yet :) Please review, Ade
>From 571c77102577321bb2a524873904a83581f85a32 Mon Sep 17 00:00:00 2001 From: Ade Lee <a...@redhat.com> Date: Sun, 24 Aug 2014 12:19:55 -0400 Subject: [PATCH] Added man page for ipa-kra-install
--- freeipa.spec.in | 1 + install/tools/man/Makefile.am | 1 + install/tools/man/ipa-kra-install.1 | 48 +++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 install/tools/man/ipa-kra-install.1 diff --git a/freeipa.spec.in b/freeipa.spec.in index 3079625aecb9d6067cb3315d64de727b5204f8ab..6df4f06f2925700a35a4fc608c379ac400caa888 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -712,6 +712,7 @@ fi %{_mandir}/man1/ipa-server-install.1.gz %{_mandir}/man1/ipa-dns-install.1.gz %{_mandir}/man1/ipa-ca-install.1.gz +%{_mandir}/man1/ipa-kra-install.1.gz %{_mandir}/man1/ipa-compat-manage.1.gz %{_mandir}/man1/ipa-nis-manage.1.gz %{_mandir}/man1/ipa-managed-entries.1.gz diff --git a/install/tools/man/Makefile.am b/install/tools/man/Makefile.am index f9f75f183c406a2159c025b17e5bf463a46e12d2..38c049c79fbd2ce22888b47ee576c4574e98c45b 100644 --- a/install/tools/man/Makefile.am +++ b/install/tools/man/Makefile.am @@ -15,6 +15,7 @@ man1_MANS = \ ipa-dns-install.1 \ ipa-adtrust-install.1 \ ipa-ca-install.1 \ + ipa-kra-install.1 \ ipa-ldap-updater.1 \ ipa-compat-manage.1 \ ipa-nis-manage.1 \ diff --git a/install/tools/man/ipa-kra-install.1 b/install/tools/man/ipa-kra-install.1 new file mode 100644 index 0000000000000000000000000000000000000000..5f91c84ade7f26410fe715c0a64d81c0797a50cd --- /dev/null +++ b/install/tools/man/ipa-kra-install.1 @@ -0,0 +1,48 @@ +.\" A man page for ipa-kra-install +.\" Copyright (C) 2014 Red Hat, Inc. +.\" +.\" 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/>. +.\" +.\" Author: Ade Lee <a...@redhat.com> +.\" +.TH "ipa-kra-install" "1" "Aug 24 2014" "FreeIPA" "FreeIPA Manual Pages" +.SH "NAME" +ipa\-kra\-install \- Install a KRA on a server +.SH "SYNOPSIS" +ipa\-kra\-install [\fIOPTION\fR]... [replica_file] +.SH "DESCRIPTION" +Adds a KRA as an IPA\-managed service. This requires that the IPA server is already installed and configured, including a CA. + +ipa\-kra\-install can be run without replica_file to add KRA to the existing CA. +ipa\-kra\-install will contact the CA to determine if a KRA has already been installed on another replica, and if so, will exit indicating that a replica_file is required. + +The replica_file is created using the ipa\-replica\-prepare utility. A new replica_file should be generated on the master IPA server after the KRA has been installed and configured, so that the replica_file will contain the master KRA configuration and system certificates. + +The uninstall option can be used to remove the KRA from the local IPA server. KRA instances on other replicas are not affected. The KRA will also be removed if the entire server is removed using ipa\-server\-install \-\-uninstall. +.SH "OPTIONS" +\fB\-d\fR, \fB\-\-debug\fR +Enable debug logging when more verbose output is needed +.TP +\fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR +Directory Manager (existing master) password +.TP +\fB\-U\fR, \fB\-\-unattended\fR +An unattended installation that will never prompt for user input +.TP +\fB\-U\fR, \fB\-\-uninstall\fR +Uninstall the KRA from the local IPA server. +.SH "EXIT STATUS" +0 if the command was successful + +1 if an error occurred -- 1.9.3
_______________________________________________ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel