forked from TrueCloudLab/frostfs-dev-env
aabb1eaf86
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
7 lines
171 B
Makefile
7 lines
171 B
Makefile
# Create new tls certs
|
|
|
|
NATS_DIR=$(abspath services/nats)
|
|
|
|
get.nats:
|
|
@echo "⇒ Creating certs for NATS server and clients"
|
|
${NATS_DIR}/generate_cert.sh ${LOCAL_DOMAIN}
|