Add simple rule to run step certificates.

This commit is contained in:
Mariano Cano 2020-03-25 13:11:03 -07:00
parent 83993d31d4
commit 041aeb7a90

View file

@ -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
#