forked from TrueCloudLab/frostfs-dev-env
5 lines
148 B
Makefile
5 lines
148 B
Makefile
# Add self-signed node TLS certificate to trusted store
|
|
|
|
prepare.storage:
|
|
@echo "Adding self-signed TLS certs to trusted store"
|
|
@./bin/addCert.sh
|