axhttpd - Demo HTTP/HTTPS server for axTLS
Contents
Description
axhttpd is a small embedded web server using the axTLS library.
Name
axhttpd - Demo HTTP/HTTPS server for axTLS
Options
-p [address:]httpport
Set HTTP address and port. (default: 80)
-s [address:]httpsport
Set HTTPS address and port. (default: 443)
-keyprivate_key
Private key for TLS certificate.
-certcert
TLS certificate file.
-wwebroot
The location of the web root in relation to axhttpd.
See Also
Synopsis
axhttpd [-p [address:]httpport] [-s [address:]httpsport] [-keyprivate_key] [-certcert] [-wwebroot]
