forked from TrueCloudLab/certificates
Add simple rule to run step certificates.
This commit is contained in:
parent
83993d31d4
commit
041aeb7a90
1 changed files with 9 additions and 0 deletions
9
Makefile
9
Makefile
|
@ -144,6 +144,15 @@ endif
|
|||
|
||||
.PHONY: clean
|
||||
|
||||
#########################################
|
||||
# Dev
|
||||
#########################################
|
||||
|
||||
run:
|
||||
$Q go run cmd/step-ca/main.go $(shell step path)/config/ca.json
|
||||
|
||||
.PHONY: run
|
||||
|
||||
#########################################
|
||||
# Building Docker Image
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue