diff --git a/REFERENCE.md b/REFERENCE.md
index ffec7499..9e8ede28 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -888,6 +888,7 @@ The following parameters are available in the `splunk::forwarder` class:
* [`secret_file`](#-splunk--forwarder--secret_file)
* [`secret`](#-splunk--forwarder--secret)
* [`addons`](#-splunk--forwarder--addons)
+* [`allow_insecure`](#-splunk--forwarder--allow_insecure)
* [`purge_deploymentclient`](#-splunk--forwarder--purge_deploymentclient)
##### `server`
@@ -1221,6 +1222,14 @@ Manage a splunk addons, see `splunk::addons`.
Default value: `{}`
+##### `allow_insecure`
+
+Data type: `Boolean`
+
+Disable certificate verification when connecting to SSL hosts to download packages.
+
+Default value: `$splunk::params::allow_insecure`
+
##### `purge_deploymentclient`
Data type: `Boolean`
@@ -1477,6 +1486,7 @@ The following parameters are available in the `splunk::params` class:
* [`enterprise_installdir`](#-splunk--params--enterprise_installdir)
* [`default_host`](#-splunk--params--default_host)
* [`manage_net_tools`](#-splunk--params--manage_net_tools)
+* [`allow_insecure`](#-splunk--params--allow_insecure)
##### `version`
@@ -1636,6 +1646,14 @@ already declared on your code base, you can disable this flag.
Default value: `true`
+##### `allow_insecure`
+
+Data type: `Boolean`
+
+Disable certificate verification when connecting to SSL hosts to download packages.
+
+Default value: `false`
+
## Defined types
### `splunk::addon`