Skip to content

Instantly share code, notes, and snippets.

@darinpope
Created August 11, 2021 16:29
Show Gist options
  • Save darinpope/8eac0c4c811157b2e2e3646893289812 to your computer and use it in GitHub Desktop.
Save darinpope/8eac0c4c811157b2e2e3646893289812 to your computer and use it in GitHub Desktop.

Gist to support https://www.youtube.com/watch?v=2uYL4az1BVU

firewalld commands

  • firewall-cmd --zone=public --add-service=https
  • firewall-cmd --add-forward-port=port=443:proto=tcp:toport=8443
  • firewall-cmd --runtime-to-permanent
  • firewall-cmd --reload
  • firewall-cmd --list-all
@theseagull
Copy link

Thank you so much Darin for the very good explaination and step by step guide how to get SSL set up in jenkins.
For trying things out, if you want to initially host your jenkins on something like virtual box that is also very much possible. Please do not hesitat to reach out to me if you need help getting this up an running. @darinpope - maybe we can combine in maybe adding this to your video as well? Kind regards, Mario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment