Skip to content

Getting around "Disabling TLS certificate verification" for GitHub Self-Hosted Runners

License

Notifications You must be signed in to change notification settings

appatalks/gh_shr_cert_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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.


About

Getting around "Disabling TLS certificate verification" for GitHub Self-Hosted Runners

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages