Requires the server to be directly available to the internet.
Constructor
new DirectConnectionAdapter(options)
Creates a new simple WebHook adapter.
Parameter | Type | Description |
---|---|---|
options | DirectConnectionAdapterConfig | |
options.hostName | string | The host name the server is available under. |
options.sslCert | EventSubListenerCertificateConfig | The SSL keychain that should be used to make the server available using a secure connection. |
options.sslCert.cert | string | Your SSL certificate. |
options.sslCert.key | string | The private key of your SSL certificate. |