Use openssl's cert generation features. 

> Sent: Friday, April 08, 2016 at 11:24 AM
> From: "Alexander Carôt" <alexander_ca...@gmx.net>
> To: "qt qt" <interest@qt-project.org>
> Subject: [Interest] qtWebsocket SSL question
>
> Hello all,
> 
> I just started investigating websockets with Qt and now have a question 
> regarding this example:
> 
> http://doc.qt.io/qt-5/qtwebsockets-sslechoserver-example.html
> 
> I compiled it but encountered the issue of missing files:
> 
> RCC: Error in 'securesocketclient.qrc': Cannot find file 'localhost.cert'
> make: *** [qrc_securesocketclient.cpp] Error 1
> 
> In securesocketclient.qrc the following files are required:
> 
> <!DOCTYPE RCC><RCC version="1.0">
> <qresource>
>     <file>localhost.cert</file>
>     <file>localhost.key</file>
> </qresource>
> </RCC>
> 
> and I wonder how or where to generate them and since I have no experience 
> with security and certificates etc. I'd appreciate any comment.
> 
> Thanks in advance,
> best
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to