Add insecure option for TLS endpoints

This gives the option of disabling TLS certificate verification for
the server.

Closes #25
This commit is contained in:
Brian Lalor
2016-01-21 12:30:23 -05:00
parent 42990d8ca0
commit 37aab3580b
2 changed files with 15 additions and 1 deletions
+2
View File
@@ -84,6 +84,7 @@ Usage:
General Options:
-b --browse Open your browser to the Jira issue
-e --endpoint=URI URI to use for jira
-k --insecure disable TLS certificate verification
-h --help Show this usage
-t --template=FILE Template file to use for output/editing
-u --user=USER Username to use for authenticaion (default: %s)
@@ -185,6 +186,7 @@ Command Options:
"editor=s": setopt,
"u|user=s": setopt,
"endpoint=s": setopt,
"k|insecure": setopt,
"t|template=s": setopt,
"q|query=s": setopt,
"p|project=s": setopt,