mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-15 22:25:46 +03:00
feat: add container registry and mini ca (#3,#4)
This commit is contained in:
parent
d5d03e710f
commit
0714214247
3 changed files with 54 additions and 0 deletions
10
minica/Containerfile
Normal file
10
minica/Containerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Source Image
|
||||
FROM docker.io/library/golang:1.20
|
||||
|
||||
# Install minica
|
||||
RUN go install github.com/jsha/minica@latest
|
||||
|
||||
# Generate wildcard certificate
|
||||
WORKDIR /certs
|
||||
RUN minica --domains "*.ublue.local,ublue.local,localhost" \
|
||||
--ip-addresses 127.0.0.1
|
Loading…
Add table
Add a link
Reference in a new issue