I want to create an automated script to deploy/configure Jenkins agent on a new machine. As per the documentation:
A copy of agent.jar can be downloaded from http://yourserver:port/jnlpJars/agent.jar
However, I would like to add a bit of extra security and verify the GPG key of the downloaded file. Therefore, I need Jenkins to provide this key at some other URL.