How to accept webhook messages
This topic describes how to use a self-hosted webhook server to accept webhook messages from IoT Security Center.
1. Build a webhook server and generate a webhook URL.
2. Log on to IoT Security Center. Go to System Administration > Notifications and click Push.
3. Enable Push, and then enter your webhook URL in the Webhook URL field.
4. If you want to use a signature key or a CA certificate, enable the corresponding option.
4.1. To use a signature key, copy the signature key and enter it in the signature key settings of your webhook server. The signature is passed as a URL parameter in the following format: https://webhook url?sign=signed_information. The signature verification algorithm is Hmac.
4.2. To use a CA certificate, paste your PEM-formatted certificate into the CA certificate configuration.
1. You can use web server tools or suites, such as Apache, Nginx, or Tomcat, to build your webhook server.
2. Your webhook URL must use the HTTPS protocol if you want to use a CA certificate.