[cpp-sp] 04/18: Document the new -n option of shib-keygen
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:48:35 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=3f021f93d09219220bf132137f40ed55d67ac5fc
commit 3f021f93d09219220bf132137f40ed55d67ac5fc
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Wed Jul 13 10:38:06 2016 +0200
Document the new -n option of shib-keygen
It was introduced by upstream in d94c761.
---
debian/man-pages/shib-keygen.8.pod | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/man-pages/shib-keygen.8.pod b/debian/man-pages/shib-keygen.8.pod
index 2d7c840..b14abe2 100644
--- a/debian/man-pages/shib-keygen.8.pod
+++ b/debian/man-pages/shib-keygen.8.pod
@@ -4,7 +4,7 @@ shib-keygen - Generate a key pair for a Shibboleth SP
=head1 SYNOPSIS
-B<shib-keygen> [B<-bf>] [B<-e> I<entity-id>] [B<-g> I<group>]
+B<shib-keygen> [B<-bf>] [B<-e> I<entity-id>] [B<-g> I<group>] [B<-n> I<prefix>]
[B<-h> I<hostname>] [B<-o> I<output-dir>] [B<-u> I<user>] [B<-y> I<years>]
=head1 DESCRIPTION
@@ -55,6 +55,11 @@ result of C<hostname --fqdn>.
Store F<sp-cert.pem> and F<sp-key.pem> in the directory I<output-dir>
rather than the default of F</etc/shibboleth>.
+=item B<-n> I<prefix>
+
+Use I<prefix> instead of F<sp> in the name of the generated certificate
+and private key file.
+
=item B<-u> I<user>
After generating the key and certificate, change the ownership of the key
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list