forked from TrueCloudLab/frostfs-dev-env
7 lines
203 B
Makefile
7 lines
203 B
Makefile
# Create new TLS certs to FrostFS node
|
|
|
|
STORAGE_DIR=$(abspath services/storage)
|
|
|
|
get.storage:
|
|
@echo "⇒ Creating TLS certs to FrostFS node"
|
|
${STORAGE_DIR}/generate_cert.sh ${LOCAL_DOMAIN} > /dev/null
|