TLS policy for future HttpAsyncServer HTTPS listeners.
More...
#include <HttpAsyncServer.h>
Public Attributes | |
| bool | enabled = false |
| Span< const char > | pemCertificateChain |
| Span< const char > | pemPrivateKey |
| Span< StringSpan > | alpnProtocols |
TLS policy for future HttpAsyncServer HTTPS listeners.
The pointed-to certificate, key, and ALPN buffers must outlive the server listener using these options.