From 041aeb7a902d138acb1bcf0f474dac4a84be688f Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 25 Mar 2020 13:11:03 -0700 Subject: [PATCH] Add simple rule to run step certificates. --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 176d8868..f17d308d 100644 --- a/Makefile +++ b/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 #