Listeners Create HTTPS

Description

Creates and starts a new HTTP/S listener.

Prefix Format

The format for prefixes is shown below.

://:/

Component Description
scheme http or https
host Host binding target (*, +, or specific interface)
port Port number to listen on
pathBase Base path or trailing slash (required by Kestrel prefixes)

Example Prefix

https://+:8081/

Example

{
  "function_call": {
    "name": "ListenersCreateHTTPS",
    "arguments": {
      "Prefix": "https://+:8443/",
      "CertificateName": "default-implants"
    }
  }
}
Scroll to Top