<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Network Add-on on ZAP</title>
    <link>/docs/desktop/addons/network/</link>
    <description>Recent content in Network Add-on on ZAP</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="/docs/desktop/addons/network/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Network API</title>
      <link>/docs/desktop/addons/network/api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/desktop/addons/network/api/</guid>
      <description>&lt;h1 id=&#34;network-api&#34;&gt;Network API&lt;/h1&gt;&#xA;&lt;p&gt;The following operations are added to the API:&lt;/p&gt;&#xA;&#xA;&lt;h3 id=&#34;actions&#34;&gt;Actions &lt;a class=&#34;header-link&#34; href=&#34;#actions&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;addAlias (name* enabled): Adds an alias for the local servers/proxies.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;name: The name of the alias.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;addHttpProxyExclusion (host* enabled): Adds a host to be excluded from the HTTP proxy.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;host: The value of the host, a regular expression.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;addLocalServer (address* port* api proxy behindNat decodeResponse removeAcceptEncoding): Adds a local server/proxy.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;address: The address of the local server/proxy.&lt;/li&gt;&#xA;&lt;li&gt;port: The port of the local server/proxy.&lt;/li&gt;&#xA;&lt;li&gt;api: If the ZAP API is available, true or false.&lt;/li&gt;&#xA;&lt;li&gt;proxy: If the local server should proxy, true or false.&lt;/li&gt;&#xA;&lt;li&gt;behindNat: If the local server is behind NAT, true or false.&lt;/li&gt;&#xA;&lt;li&gt;decodeResponse: If the response should be decoded, true or false.&lt;/li&gt;&#xA;&lt;li&gt;removeAcceptEncoding: If the request header Accept-Encoding should be removed, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;addPassThrough (authority* enabled): Adds an authority to pass-through the local proxies.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;authority: The value of the authority, can be a regular expression.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;addPkcs12ClientCertificate (filePath* password* index): Adds a client certificate contained in a PKCS#12 file, the certificate is automatically set as active and used.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;filePath: The file path.&lt;/li&gt;&#xA;&lt;li&gt;password: The password for the file.&lt;/li&gt;&#xA;&lt;li&gt;index: The index of the certificate in the file, defaults to 0.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;addRateLimitRule (description* enabled* matchRegex matchString requestsPerSecond* groupBy*): Adds a rule to the rate limiter.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;description: A description that allows you to identify the rule. Each rule must have a unique description.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;li&gt;matchRegex: Determines if matchString is a regular expression or a plain string: true or false.&lt;/li&gt;&#xA;&lt;li&gt;matchString: A plain string match is handled based on DNS conventions. If the string has one or two components. If matchRegex is true, this is a regular expression.&lt;/li&gt;&#xA;&lt;li&gt;requestsPerSecond: The maximum number of requests per second.&lt;/li&gt;&#xA;&lt;li&gt;groupBy: How to group hosts when applying rate limiting: rule or host&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;generateRootCaCert: Generates a new Root CA certificate, used to issue server certificates.&lt;/li&gt;&#xA;&lt;li&gt;importRootCaCert (filePath*): Imports a Root CA certificate to be used to issue server certificates.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;filePath: The file system path to the PEM file, containing the certificate and private key.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;removeAlias (name*): Removes an alias.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;name: The name of the alias.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;removeHttpProxyExclusion (host*): Removes an HTTP proxy exclusion.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;host: The value of the host.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;removeLocalServer (address* port*): Removes a local server/proxy.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;address: The address of the local server/proxy.&lt;/li&gt;&#xA;&lt;li&gt;port: The port of the local server/proxy.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;removePassThrough (authority*): Removes a pass-through.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;authority: The value of the authority.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;removeRateLimitRule (description*): Removes a rule from the rate limiter.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;description: The description of the rule.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setAliasEnabled (name* enabled): Sets whether or not an alias is enabled.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;name: The name of the alias.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setConnectionTimeout (timeout*): Sets the timeout, for reads and connects.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;timeout: The timeout, in seconds.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setDefaultUserAgent (userAgent*): Sets the default user-agent.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;userAgent: The default user-agent.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setDnsTtlSuccessfulQueries (ttl*): Sets the TTL of successful DNS queries.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ttl: The TTL, in seconds. Negative number, cache forever. Zero, disables caching. Positive number, the number of seconds the successful DNS queries will be cached.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setHttpProxy (host* port* realm username password): Sets the HTTP proxy configuration.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;host: The host, name or address.&lt;/li&gt;&#xA;&lt;li&gt;port: The port.&lt;/li&gt;&#xA;&lt;li&gt;realm: The authentication realm.&lt;/li&gt;&#xA;&lt;li&gt;username: The user name.&lt;/li&gt;&#xA;&lt;li&gt;password: The password.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setHttpProxyAuthEnabled (enabled*): Sets whether or not the HTTP proxy authentication is enabled.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setHttpProxyEnabled (enabled*): Sets whether or not the HTTP proxy is enabled.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setHttpProxyExclusionEnabled (host* enabled*): Sets whether or not an HTTP proxy exclusion is enabled.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;host: The value of the host.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setPassThroughEnabled (authority* enabled): Sets whether or not a pass-through is enabled.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;authority: The value of the authority.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setRateLimitRuleEnabled (description*, enabled*): Set enabled state for a rate limit rule.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;description: The description of the rule.&lt;/li&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setRootCaCertValidity (validity*): Sets the Root CA certificate validity. Used when generating a new Root CA certificate.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;validity: The number of days that the generated Root CA certificate will be valid for.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setServerCertValidity (validity*): Sets the server certificate validity. Used when generating server certificates.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;validity: The number of days that the generated server certificates will be valid for.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setSocksProxy (host* port* version useDns username password): Sets the SOCKS proxy configuration.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;host: The host, name or address.&lt;/li&gt;&#xA;&lt;li&gt;port: The port.&lt;/li&gt;&#xA;&lt;li&gt;version: The SOCKS version.&lt;/li&gt;&#xA;&lt;li&gt;useDns: If the names should be resolved by the SOCKS proxy, true or false.&lt;/li&gt;&#xA;&lt;li&gt;username: The user name.&lt;/li&gt;&#xA;&lt;li&gt;password: The password.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setSocksProxyEnabled (enabled*): Sets whether or not the SOCKS proxy is enabled.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setUseClientCertificate (use*): Sets whether or not to use the active client certificate.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;use: The use state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setUseGlobalHttpState (use*): Sets whether or not to use the global HTTP state.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;use: The use state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h3 id=&#34;views&#34;&gt;Views &lt;a class=&#34;header-link&#34; href=&#34;#views&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;getAliases: Gets the aliases used to identify the local servers/proxies.&lt;/li&gt;&#xA;&lt;li&gt;getConnectionTimeout: Gets the connection timeout, in seconds.&lt;/li&gt;&#xA;&lt;li&gt;getDefaultUserAgent: Gets the default user-agent.&lt;/li&gt;&#xA;&lt;li&gt;getDnsTtlSuccessfulQueries: Gets the TTL (in seconds) of successful DNS queries.&lt;/li&gt;&#xA;&lt;li&gt;getHttpProxy: Gets the HTTP proxy.&lt;/li&gt;&#xA;&lt;li&gt;getHttpProxyExclusions: Gets the HTTP proxy exclusions.&lt;/li&gt;&#xA;&lt;li&gt;getLocalServers: Gets the local servers/proxies.&lt;/li&gt;&#xA;&lt;li&gt;getPassThroughs: Gets the authorities that will pass-through the local proxies.&lt;/li&gt;&#xA;&lt;li&gt;getRateLimitRules: Gets the rate limit rules.&lt;/li&gt;&#xA;&lt;li&gt;getRootCaCertValidity: Gets the Root CA certificate validity, in days. Used when generating a new Root CA certificate.&lt;/li&gt;&#xA;&lt;li&gt;getServerCertValidity: Gets the server certificate validity, in days. Used when generating server certificates.&lt;/li&gt;&#xA;&lt;li&gt;getSocksProxy: Gets the SOCKS proxy.&lt;/li&gt;&#xA;&lt;li&gt;isHttpProxyAuthEnabled: Tells whether or not the HTTP proxy authentication is enabled.&lt;/li&gt;&#xA;&lt;li&gt;isHttpProxyEnabled: Tells whether or not the HTTP proxy is enabled.&lt;/li&gt;&#xA;&lt;li&gt;isSocksProxyEnabled: Tells whether or not the SOCKS proxy is enabled.&lt;/li&gt;&#xA;&lt;li&gt;isUseGlobalHttpState: Tells whether or not to use global HTTP state.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h3 id=&#34;other&#34;&gt;Other &lt;a class=&#34;header-link&#34; href=&#34;#other&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;proxy.pac: Provides a PAC file, proxying through the main proxy.&lt;/li&gt;&#xA;&lt;li&gt;rootCaCert: Gets the Root CA certificate used to issue server certificates. Suitable to import into client applications (e.g. browsers).&lt;/li&gt;&#xA;&lt;li&gt;setProxy (proxy*): Sets the HTTP proxy configuration.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;proxy: The JSON object containing the HTTP proxy configuration.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h3 id=&#34;shortcuts&#34;&gt;Shortcuts &lt;a class=&#34;header-link&#34; href=&#34;#shortcuts&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;proxy.pac: Provides a PAC file, proxying through the main proxy.&lt;/li&gt;&#xA;&lt;li&gt;setproxy: Sets the HTTP proxy configuration.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Request body: The JSON object containing the HTTP proxy configuration.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 id=&#34;see-also&#34;&gt;See also &lt;a class=&#34;header-link&#34; href=&#34;#see-also&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;/docs/desktop/addons/network/&#34;&gt;Network&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;the introduction to Network add-on&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
    </item>
    <item>
      <title>Command Line</title>
      <link>/docs/desktop/addons/network/cmdline/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/desktop/addons/network/cmdline/</guid>
      <description>&lt;h1 id=&#34;command-line&#34;&gt;Command Line&lt;/h1&gt;&#xA;&lt;p&gt;The Network add-on supports the following command line options:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;-certload&lt;/td&gt;&#xA;          &lt;td&gt;Loads the Root CA certificate from the specified file.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;-certpubdump&lt;/td&gt;&#xA;          &lt;td&gt;Dumps the Root CA certificate into the specified file, this is suitable for importing into browsers.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;-certfulldump&lt;/td&gt;&#xA;          &lt;td&gt;Dumps the Root CA certificate and the private key into the specified file, this is suitable for importing into ZAP.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;-host&lt;/td&gt;&#xA;          &lt;td&gt;Overrides the host of the main proxy, specified in the configuration file.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;-port&lt;/td&gt;&#xA;          &lt;td&gt;Overrides the port of the main proxy, specified in the configuration file.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;&lt;h3 id=&#34;local-serversproxies&#34;&gt;Local Servers/Proxies &lt;a class=&#34;header-link&#34; href=&#34;#local-serversproxies&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;When ZAP is running in command line mode (i.e. &lt;code&gt;-cmd&lt;/code&gt;) only the main proxy is started, for example, to proxy integration tests or access the ZAP API. If unable to start the main proxy in command line mode or in daemon mode (i.e. &lt;code&gt;-daemon&lt;/code&gt;) ZAP is terminated, when running with GUI an appropriate warning is shown instead.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
