From 14f6844123b909a651b3289659978b4eecbf0fea Mon Sep 17 00:00:00 2001 From: Dirk Mahler Date: Mon, 14 Sep 2020 12:31:24 +0200 Subject: [PATCH] - documentation updates: (re-)added credentials authentication and added hint on self signed certificates --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e23c2..15b4657 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Finally, you need to configure the plugin via XML. The file must be named `jira- atlassian-token + + PX @@ -52,8 +59,9 @@ jqassistant.sh server If your JIRA instance uses a self-signed certificate register it with the [Keytool](http://tutorials.jenkov.com/java-cryptography/keytool.html): ```bash -keytool -import -alias JIRA -file jira.crt -keystore $JAVA_HOME/jre/lib/security/cacerts +keytool -import -alias JIRA -file jira.crt -keystore $JAVA_HOME/lib/security/cacerts ``` +The certificate can be exported directly from a web browser (DER encoded-binary X509), the default passwort of the JRE keystore is `changeit`. ## Model