Skip to content

Instantly share code, notes, and snippets.

@carlessanagustin
Created September 9, 2021 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlessanagustin/d887e3d77921042c6cab7491e9454da8 to your computer and use it in GitHub Desktop.
Save carlessanagustin/d887e3d77921042c6cab7491e9454da8 to your computer and use it in GitHub Desktop.
Makefile example lines
truststore_pass ?= password
java_path ?= /usr/bin/java
NODEINFO = $(shell basename additional-node-infos/*)
etc_hosts:
sed -i 's/.*127.0.0.1.*/127.0.0.1 localhost idman-host netmap-host notary-node/' /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment