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