Shibboleth IdP 3.1.2, jetty "idp.ini" keystore passwords format
Rod Widdowson
rdw at steadingsoftware.com
Tue Sep 29 05:10:43 EDT 2015
> The keystore passwords in the jetty configuration file "idp.ini" seem to
be in
> some sort of format encapsulated by curly brackets.
Actually it isn't. It's just a string which happens to begin and end with
braces. The easiest way to generate a sort of random string in windows is
to call into the COM subsystem.
> Can someone point me to the documentation about what type of format is
> the cleartext password supposed to be converted to (see below):
I'm not sure what you want to do, but it can be whatever you want - although
I'd eschew leading or trailing spaces which can be troublesome and may be
with Jetty.
So long as the strings match the passwords for your keystores it can be
whatever you want. That the only reason that property is there, to allow
you to change your keystore password.
None of this is documented, yet. I still have work out how to document our
use of someone else's code. But IdP.ini is the only file in jetty base you
can safely touch.
> Replacing jetty.browser.keystore.password with cleartext leads to the
> following error in the "commons-daemon" log:
> Any hints will be very much appreciated.
You'll probably find more in you jetty log or your idp log, but I'll bet
that the passwords don't match.
More information about the users
mailing list