From b6c395c7860336c2b0a8e1f00c0407c2c05dbafb Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 13 2016 14:44:41 +0000 Subject: Document dogtag-ipa-renew-agent-submit's -t flag Mention the -t flag in the man page for dogtag-ipa-renew-agent-submit, to keep it in line with vanilla dogtag-submit. At this point, the only things left that we don't note in the page for dogtag-ipa-renew-agent-submit should be options related to how the tool authenticates to the server, but since using IPA-agent-specific default authentication settings is the point of having dogtag-ipa-renew-agent-submit, that should be okay. --- diff --git a/src/certmonger-dogtag-ipa-renew-agent-submit.8.in b/src/certmonger-dogtag-ipa-renew-agent-submit.8.in index 3863b2a..65dc4fb 100644 --- a/src/certmonger-dogtag-ipa-renew-agent-submit.8.in +++ b/src/certmonger-dogtag-ipa-renew-agent-submit.8.in @@ -19,6 +19,7 @@ dogtag-ipa-renew-agent-submit -E EE-URL -A AGENT-URL [-T profile] [-O param=value] [-N | -R] +[-t] [-o option=value] [-v] [csrfile] @@ -146,6 +147,10 @@ The default behavior is to request a renewal if possible. \fB-R\fR Negates the effect of the \fB-N\fR flag. .TP +\fB-t\fR +Instead of attempting to obtain a new certificate, query the server for a list +of the enabled enrollment profiles. +.TP \fB-o\fR param=value When initially submitting a request to the CA, add the specified parameter and value along with any request parameters which would otherwise be sent. This diff --git a/src/certmonger-dogtag-submit.8.in b/src/certmonger-dogtag-submit.8.in index 3a8fc87..260c9a6 100644 --- a/src/certmonger-dogtag-submit.8.in +++ b/src/certmonger-dogtag-submit.8.in @@ -19,6 +19,7 @@ dogtag-submit -E EE-URL -A AGENT-URL [-T profile] [-O param=value] [-N | -R] +[-t] [-o option=value] [-a ] [-u username] @@ -90,7 +91,7 @@ A cookie value provided by a previous instance of this helper, if the helper is being asked to continue a multi-step enrollment process. If the \fICERTMONGER_COOKIE\fR environment variable is set, its value is used. .TP -\fB-T\fR profile +\fB-T\fR profile/template The name of the type of certificate which the client should request from the CA if it is not renewing a certificate (per the \fB-s\fR option above). If the \fICERTMONGER_CA_PROFILE\fR environment variable is set, its value is used.