diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index d3ed089c..468f7084 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -13,6 +13,9 @@ import ( "strconv" "time" + // Server profiler + _ "net/http/pprof" + "github.com/smallstep/certificates/authority" "github.com/smallstep/certificates/commands" "github.com/smallstep/cli/command"