Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] configuring login for a jetty site

My use case is:

  User hits any page on site
  Username/password prompt appears
  If ok, secure/https access to pages on site granted 

I am looking at 

  http://www.eclipse.org/jetty/documentation/current/configuring-security.html

and am not sure how to generate the keystore - is this what I need:

  https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html
  Configuring Java CAPS for SSL Support

It seems excessive to require a certificate authority to sign the keystore, vs. the simplicity of the .htaccess model which seems to have been discontinued? Would cert signing have to be done on adding each user??

Also, would using password hashes be more secure than OBF passwords, and is this possible?

Thanks,

Bill


Back to the top