network/https_server/resources/settings.ini

# Enable the HTTP server
http.server.enabled 1
# Enable debugging by setting the CORS origin as a wildcard
http.server.cors_origin *
# Set the port to 443, the default HTTPS port
http.server.port 443
# Enable TLS
http.server.tls_enabled 1
# Configure the server cert
http.server.tls_cert certs/server-chain.der
# Configure the server key
http.server.tls_key certs/server.key
# Configure the client intermediate CA chain
http.server.tls_peer_cert certs/client-intermediate-chain.der
# Enable TLS client logging
# NOTE: set http.server.tls_verify_peer=1 to use then feature
# Then issue: `get http.server.tls_client_log` to view the client log
http.server.tls_log_clients 1
# Configure the SoftAP SSID
softap.ssid mydevice
# Configure the SoftAP password
softap.passkey password
# Configure the SoftAP DNS server URL
softap.dns_server.url mydevice.com
# Set the default interface to be the SoftAP
network.default_interface softap