some more ssl jenkins work
This commit is contained in:
parent
ad926b46c3
commit
dafeb1279f
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue