I assume he probably just stuck it behind something like nginx and did SSL termination on that.
On Friday, January 17, 2014 2:10:30 PM UTC-8, Kory Brown wrote: > > I know this was forever ago, but would you mind posting what your other > way was? I'm not terribly thrilled about creating a java keystore, and if > theres another way to add SSL I'd love to hear it. > > On Tuesday, December 3, 2013 8:20:55 AM UTC-6, datluc wrote: >> >> Hello Lennart, >> >> I took another way and it is working fine now. >> >> Thanks for your help. >> >> Greetz, >> Lucy >> >> Am Freitag, 29. November 2013 14:31:47 UTC+1 schrieb lennart: >>> >>> This is not fully documented for the preview versions yet but this is >>> how you do it: >>> >>> Start the web interface with these CLI parameters: >>> -Dhttp.port=disabled -Dhttps.port=9443 >>> >>> That will generate a self-signed certificate. If you want to use your >>> certificate you can use the Java Key Store for that and use these CLI >>> parameters: >>> >>> https.keyStore - The path to the keystore containing the private key >>> and certificate, if not provided generates a keystore for you >>> https.keyStoreType - The key store type, defaults to JKS >>> https.keyStorePassword - The password, defaults to a blank password >>> https.keyStoreAlgorithm - The key store algorithm, defaults to the >>> platforms default algorithm >>> >>> Read more about the Java Key Store in the official Java docs: >>> http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html >>> >>> On Fri, Nov 29, 2013 at 1:40 PM, datluc <[email protected]> wrote: >>> > Yeah.. That was the mistake. Using Port 9000 is opening the >>> Webinterface. >>> > >>> > If there is no apache included how is it possible to add a SSL >>> certificate ? >>> > >>> > Greetz, >>> > Lucy >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups >>> > "graylog2" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> an >>> > email to [email protected]. >>> > For more options, visit https://groups.google.com/groups/opt_out. >>> >> -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
