This guide will help you host an APT repository on Github.
You need to install the following packages.
- reprepro
| #!/usr/bin/env python3 | |
| # Copyright 2024 Neil Madden. | |
| # License: https://creativecommons.org/licenses/by-sa/4.0/deed.en. | |
| # Like this? I do training courses & consultancy: | |
| # https://illuminated-security.com/ | |
| import hashlib | |
| import math | |
| import os |
🚨 2020 Update: I recommend using mkcert to generate local certificates. You can do everything below by just running the commands brew install mkcert and mkcert -install. Keep it simple!
This gives you that beautiful green lock in Chrome. I'm assuming you're putting your SSL documents in /etc/ssl, but you can put them anywhere and replace the references in the following commands. Tested successfully on Mac OS Sierra and High Sierra.
sudo nano /etc/ssl/localhost/localhost.conf
| package main | |
| import ( | |
| "k8s.io/apimachinery/pkg/api/meta" | |
| "k8s.io/client-go/discovery" | |
| "k8s.io/client-go/discovery/cached/memory" | |
| "k8s.io/client-go/rest" | |
| "k8s.io/client-go/restmapper" | |
| "k8s.io/client-go/tools/clientcmd" | |
| "k8s.io/client-go/tools/clientcmd/api" |
| 更新: | 2024-05-20 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |