This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
new bad6ee4 Update HowToGenerateKeysREADME.html
bad6ee4 is described below
commit bad6ee43b6a5aaa51ba1d44ca1fe98344b4595bf
Author: Matthew Broadhead <[email protected]>
AuthorDate: Thu Oct 26 10:53:04 2017 +0200
Update HowToGenerateKeysREADME.html
examples/samplekeys/ststrust.jks contains alias idpcert but this how to
does not mention that it should be added
---
examples/samplekeys/HowToGenerateKeysREADME.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/samplekeys/HowToGenerateKeysREADME.html
b/examples/samplekeys/HowToGenerateKeysREADME.html
index 372112e..099cc7e 100644
--- a/examples/samplekeys/HowToGenerateKeysREADME.html
+++ b/examples/samplekeys/HowToGenerateKeysREADME.html
@@ -43,7 +43,8 @@ keytool -export -rfc -keystore stsrealm_b.jks -storepass
storepass -alias realmb
<td><code>
keytool -import -trustcacerts -keystore ststrust.jks -storepass storepass
-alias realma -file realma.cert -noprompt<br/><br/>
keytool -import -trustcacerts -keystore ststrust.jks -storepass storepass
-alias realmb -file realmb.cert -noprompt<br/><br/>
-keytool -import -trustcacerts -keystore ststrust.jks -storepass storepass
-alias rpcert -file MyTCRP.cer -noprompt
+keytool -import -trustcacerts -keystore ststrust.jks -storepass storepass
-alias rpcert -file MyTCRP.cer -noprompt<br/><br/>
+keytool -import -trustcacerts -keystore ststrust.jks -storepass storepass
-alias idpcert -file MyTCIDP.cer -noprompt
</code>
</td>
<td>Nobody</td><td>By Relying Party (Fediz configuration file)</td></tr>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].