Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 904 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 904 Bytes

GitHub Self-Hosted Runner Certificate Update (gh_shr_cert_update)

Getting around "Disabling TLS certificate verification" for GitHub Self-Hosted Runners.
This script adds your GitHub Enterprise Server's SSL to your Runner's certificate store.

Usage

To use this script, download it your your Runner's Path and execute it with the following command:

curl -s https://raw.githubusercontent.com/appatalks/gh_shr_cert_update/main/add_certificate.sh -O add_certificate.sh; chmod +x add_certificate.sh; sudo bash add_certificate.sh

Follow the instructions.
When it completes it will add the needed SSL to the correct path and add additional variables to the Runner's .env file.