-
diff --git a/docs/posts/modules/jira/index.html b/docs/posts/modules/jira/index.html
index f101522c..aa8d189b 100644
--- a/docs/posts/modules/jira/index.html
+++ b/docs/posts/modules/jira/index.html
@@ -153,7 +153,8 @@
width: 2
project: "ProjectA"
refreshInterval: 900
- username: "chris.cummer"
+ username: "chris.cummer"
+ verifyServerCertificate: true
Multiple Jira Projects
If you want to monitor multiple Jira projects, use the following
@@ -174,7 +175,8 @@ configuration (note the difference in project
):
width: 2
project: ["ProjectA", "ProjectB"]
refreshInterval: 900
- username: "chris.cummer"
+ username: "chris.cummer"
+ verifyServerCertificate: true
Attributes
colors.rows.even
@@ -217,6 +219,11 @@ Values: A positive integer, 0..n
.
username
Your Jira username.
+verifyServerCertificate
+Optional
+Determines whether or not the server’s certificate chain and host name are verified.
+Values: true
, false
.
+