Am Dienstag, dem 13.09.2022 um 16:58 -0700 schrieb John Horne: > I was asked to implement SSL onto our Jenkins service, and have done > that using a keystore.
Better use an Apache or NGinx reverse proxy in front of it to handle the TLS stuff. They both read the certificate files directly, so you don't need to mess with the Java keystore. And, in case you've got more web based services to maintain, it's the same mechanism everywhere, regardless of backend service. Doing this here for Jenkins, Mercurial (HGWeb), Nexus, Artifactory, Vault, ... HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: [email protected] Website: www.recommind.de Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646 This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E- Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ccce710939334b141f35020e2c22828303cafb6d.camel%40opentext.com.
