mirror of
https://github.com/moby/buildkit.git
synced 2026-08-04 14:50:21 +00:00
8 lines
225 B
Markdown
8 lines
225 B
Markdown
# Create BuildKit certificates
|
|
|
|
This [bake definition](docker-bake.hcl) can be used for creating certificates:
|
|
|
|
```bash
|
|
SAN="127.0.0.1" docker buildx bake https://github.com/moby/buildkit.git#master:examples/create-certs
|
|
```
|