Initial commit

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-12-31 13:36:22 +01:00
commit 931652c494
78 changed files with 46976 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[registry."192.168.100.2:5000"]
http = true
insecure = true
ca = ["certs/192.168.100.2:5000/ca.crt"]
[[registry."192.168.100.2:5000".keypair]]
key = "certs/192.168.100.2:5000/client.key"
cert = "certs/192.168.100.2:5000/client.cert"