mirror of
https://github.com/symfony/recipes.git
synced 2026-09-22 04:26:23 +03:00
Added default information (#208)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user