module
0.0.0-20240604120111-692b2d107c09
Repository: https://github.com/deepcode-ai/runner.git
Documentation: pkg.go.dev
# README
runner
DeepCode self-hosted runners. The power of DeepCode Cloud with the safety of your infrastructure.
Notes:
Generate Runner key pair:
openssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt > private_key.pem
openssl rsa -in private_key.pem -pubout -out public_key.pem
Generate SAML Certificate:
openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=myservice.example.com"
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author