javi-jamaa / latch-plugin-jira

Latch plugin for Jira
GNU Lesser General Public License v2.1
0 stars 0 forks source link

LATCH INSTALLATION GUIDE FOR JIRA

PREREQUISITES

DOWNLOADING THE JIRA PLUGIN

INSTALLING THE PLUGIN IN JIRA

UNINSTALLING THE PLUGIN IN JIRA

USE OF LATCH MODULE FOR THE USERS

Latch does not affect in any case or in any way the usual operations with an account. It just allows or denies actions over it, acting as an independent extra layer of security that, once removed or without effect, will have no effect over the accounts, that will remain with its original state.

Pairing a user in Jira

The user needs the Latch application installed on the phone, and follow these steps:

Unpairing a user in Jira

TROUBLESHOOTING

A javax.net.ssl.SSLHandshakeException with a nested sun.security.validator.ValidatorException is thrown when invoking an API call.

This exception is normally thrown when the JDK doesn't trust the CA that signs the digital certificate used in Latch's website (https://latch.elevenpaths.com). You may need to install the CA (http://www.startssl.com/certs/ca.pem) as a trusted certificate in your Atlassian's truststore (normally in /jre/lib/security/cacerts) using the keytool utility.

$ sudo keytool -import -trustcacerts -file ca.pem -keystore jre/lib/security/cacerts -alias "ElevenPaths"