Skip to content

Instantly share code, notes, and snippets.

View colindembovsky's full-sized avatar
:octocat:
Hubbin' at the Hub

Colin Dembovsky colindembovsky

:octocat:
Hubbin' at the Hub
View GitHub Profile
@joshjohanning
joshjohanning / actions-runner-controller-self-signed-certs.md
Last active June 28, 2022 23:06
self-signed certs for actions-runner-controller
  1. Create RSA keys for CA cert, server cert - this will output ca-key.key and server-key.key
openssl genrsa -out ca.key 4096
openssl genrsa -out server.key 4096
  1. Create a ca.conf ca config file