Improve the stability of the X.509 certificate checker script Improve the stability of the X.509 certificate checker script by using avoiding the direct access to the private DNS_TYPE internal Java constant and add more useful logging to the different steps of where the certificate is validated. Change-Id: Ib1bc0e76a5f3f5dd648cffff13067522724c89f6
This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.
Gerrit needs to be able to recognise the scripts syntax and being able to load them as plugins.
In order to be able to run Groovy scripts, you need to install first the Groovy scripting provider and then copy the Groovy scripts under your Gerrit /plugins directory.
Similarly for Scala scripts, you need to install the Scala scripting provider and then copy the Scala scripts under your Gerrit /plugins directory.