I've been unable to find instructions on how to use the certificate setting with the credentials binding plugin. Selecting certificate gives you 4 fields: Keystore Variable, Password Variable, Alias Variable and Credentials. Credentials presents a dropdown menu allowing you to select a certificate from Jenkins Credentials Store.
I'm trying to test its use with a simple execute shell build step that calls curl on an API that requires you to present a certificate.
Advice?
TIA