Added (for now) hard-coded certs.
FossilOrigin-Name: 08648fd54e06bc53fbde534894cf5afa2ff679751bfcb2603143e86c3d0addea
This commit is contained in:
parent
52439ed391
commit
fda52d0937
@ -103,6 +103,15 @@ int wtp_main(const char *ad)
|
|||||||
cw_log_debug_level=6; //conf_debug_level;
|
cw_log_debug_level=6; //conf_debug_level;
|
||||||
|
|
||||||
conf_dtls_psk="Tube";
|
conf_dtls_psk="Tube";
|
||||||
|
conf_dtls_psk=0;
|
||||||
|
|
||||||
|
|
||||||
|
conf_sslkeyfilename="../../ssl/wtp.key";
|
||||||
|
conf_sslcertfilename="../../ssl/wtp.crt";
|
||||||
|
conf_sslkeypass="7u83";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef WITH_DTLS
|
#ifdef WITH_DTLS
|
||||||
dtls_init();
|
dtls_init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user