From dafeb1279fdd2223617342a0416c4c05801a2b21 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 21 Oct 2016 20:33:14 +0000 Subject: [PATCH] some more ssl jenkins work --- inventory/host_vars/jenkins.fedorainfracloud.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/inventory/host_vars/jenkins.fedorainfracloud.org b/inventory/host_vars/jenkins.fedorainfracloud.org index e7ca807480..2ba2fb8174 100644 --- a/inventory/host_vars/jenkins.fedorainfracloud.org +++ b/inventory/host_vars/jenkins.fedorainfracloud.org @@ -21,7 +21,9 @@ cloud_networks: # persistent-net - net-id: "67b77354-39a4-43de-b007-bb813ac5c35f" -custom_nat_rules: [ - # Redirect port 80 to 8080, which is used by jenkins - '-A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080', - ] +# +# These are letsencrypt certs. +# They are linked from these normal places to the place they are renewed +# +cert_name: jenkins.fedorainfracloud.org +sSLCertificateChainFile: jenkins.fedorainfracloud.org.chain