Re: Using TLS in Mesos 1.9

2021-12-06 Thread Ajay V
Thank you for the response Charles. Password protected key files are supported. When running the startup scripts, the stdin prompts for the key password. This, is however not very friendly. I was wondering if there was an option to supply it from a file or some other nicer alternatives. Worst

Re: Using TLS in Mesos 1.9

2021-12-02 Thread Charles-François Natali
Hi Ajay, I haven't used TLS much with Mesos but I don't think password protected key files are supported - I'm not sure how useful that would be in practice anyway. I think your best bet is to decrypt it using e.g. openssl and provide that decrypted key file instead. Cheers, Charles Le mer.

Using TLS in Mesos 1.9

2021-11-30 Thread Ajay V
Hi Mesos user group, I was experimenting with TLS in mesos and was wondering what is the best way the key password is supplied when starting master and agents. I see there are environment variables to supply the key file ( LIBPROCESS_SSL_KEY_FILE) but could not find a variable to supply the