Added default information (#208)

This commit is contained in:
Tarmo Leppänen
2017-10-09 20:56:35 -07:00
committed by Symfony
parent 56c2f01d8e
commit 5542ed8a4a
+1 -1
View File
@@ -1,5 +1,5 @@
OPENSSL_BIN := $(shell which openssl)
generate-jwt-keys:
generate-jwt-keys: ## Generates JWT auth keys
ifndef OPENSSL_BIN
$(error "Unable to generate keys (needs OpenSSL)")
endif