@itentialopensource/adapter-sectigo_certification_manager 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/TAB2.md CHANGED
@@ -150,7 +150,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
150
150
  "healthcheck_on_timeout": true,
151
151
  "return_raw": false,
152
152
  "archiving": false,
153
- "return_request": false
153
+ "return_request": false,
154
+ "keep_alive_interval": 0
154
155
  },
155
156
  "proxy": {
156
157
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-sectigo_certification_manager",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "This adapter integrates with system described as: Sectigo Certification Manager.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Sectigo_certification_manager",
@@ -91,7 +91,8 @@
91
91
  "healthcheck_on_timeout": true,
92
92
  "return_raw": false,
93
93
  "archiving": false,
94
- "return_request": false
94
+ "return_request": false,
95
+ "keep_alive_interval": 0
95
96
  },
96
97
  "proxy": {
97
98
  "enabled": false,
@@ -269,4 +270,4 @@
269
270
  "brokers": [],
270
271
  "logLevel": "none",
271
272
  "timeout": 120000
272
- }
273
+ }