Hi
I have used http so far but I would like to use https.
In httpd.c file is example:
httpd_inits(struct altcp_tls_config *conf)
My question is what functions I must use before calling "httpd_inits()" to
get proper struct altcp_tls_config *conf ?
I want to use TLS without certificates with minimal
Hi
I have used http so far but I would like to use https.
In httpd.c file is example:
httpd_inits(struct altcp_tls_config *conf)
My question is what functions I must use before calling "httpd_inits()" to
get proper struct altcp_tls_config *conf ?
I want to use TLS without certificates with minimal