projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b14a4
)
Add informational message prior to key/cert generation as it can take a couple seconds
author
lajoie
<lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 17 Jan 2008 09:41:34 +0000
(09:41 +0000)
committer
lajoie
<lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 17 Jan 2008 09:41:34 +0000
(09:41 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2579
ab3bd59b
-922f-494d-bb5f-
6f0a3c29deca
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
6dec8bf
..
d406824
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-193,6
+193,7
@@
<regexSplit input="${idp.hostname}" regex="^.*\.(.*\..*$)" addproperty="idp.scope" />
+ <echo message="Generating signing and encryption key and certificate. "/>
<selfSignedCert hostname="${idp.hostname}"
privateKeyFile="${idp.home}/credentials/idp.key"
certificateFile="${idp.home}/credentials/idp.crt" />