2022-10-12 14:04:37 +00:00
|
|
|
# Add self-signed node TLS certificate to trusted store
|
|
|
|
|
2021-06-10 13:25:02 +00:00
|
|
|
prepare.storage:
|
2022-10-12 14:04:37 +00:00
|
|
|
@echo "Adding self-signed TLS certs to trusted store"
|
2021-06-10 13:25:02 +00:00
|
|
|
@./bin/addCert.sh
|