frostfs-dev-env/services/storage/artifacts.mk
anastasia prasolova f7fb6d5142 [#235]: Suppress output of certificates generation on make up
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
2022-11-10 15:13:09 +03:00

7 lines
199 B
Makefile

# Create new TLS certs to NeoFS node
STORAGE_DIR=$(abspath services/storage)
get.storage:
@echo "⇒ Creating TLS certs to NeoFS node"
${STORAGE_DIR}/generate_cert.sh ${LOCAL_DOMAIN} > /dev/null