B b4auser1 Well-Known Member Licensed User Longtime User Apr 18, 2014 #1 Is there a code sample, demonstrating how to use SslConfiguration ?
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2014 #2 I will create a tutorial about it. However you can already try it now. The server example includes a sub named ConfigureSSL. It will show you how to configure it: [WebApp] Web Apps Overview Creating a key: http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool Upvote 0
I will create a tutorial about it. However you can already try it now. The server example includes a sub named ConfigureSSL. It will show you how to configure it: [WebApp] Web Apps Overview Creating a key: http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool
B b4auser1 Well-Known Member Licensed User Longtime User Apr 19, 2014 #3 Erel, Thank you. How to create "*.keystore" file ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2014 #4 See the instructions here: http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool Upvote 0
See the instructions here: http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool
Swissmade Well-Known Member Licensed User Longtime User Apr 29, 2014 #5 There is also a very good tool for this. http://keystore-explorer.sourceforge.net/ Make it much easier to create keyfiles Upvote 0
There is also a very good tool for this. http://keystore-explorer.sourceforge.net/ Make it much easier to create keyfiles