Configure MbeTLS Webserver

Hello everyone,

I want to set up a webserver on my ESP32 Dev Module based von MbedTLS (integratet in ESP-IDF). Therefore I view the ssl_server example on github (mbedtls/ssl_server2.c at development · Mbed-TLS/mbedtls · GitHub). Now my question: How can I connect the ssl_server to my local WIFI-network. What extra code do I need? And where is the SSID and the password configurable?

Thanks for your help!