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