Skip to content

Commit

Permalink
Merge pull request #11 from docker/noIntermediate
Browse files Browse the repository at this point in the history
bugfix in config builder
  • Loading branch information
pcaskey authored Jun 6, 2017
2 parents f17a908 + 4e59099 commit 6aebd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configBuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ EOF

STOREPWD=$(uuidgen)
keytool -genkey -keyalg RSA -alias selfsigned -keystore ssl_keystore.jks -storepass $STOREPWD -validity 360 -keysize 2048 < data.conf >> ${LOGFILE} 2>&1
cp ssl_keystore.jks ..${TOMCERT}/keystore.jks
cp ssl_keystore.jks ../${TOMCERT}/keystore.jks

#
# OK, next build the shibboleth sealer java keystore
Expand Down

0 comments on commit 6aebd1d

Please sign in to comment.