Set up public HTTPS endpoint for RSKj #337
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/rskj_public_endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an nginx recipe with reverse proxy config and LE/certbot for
rsk-testnet.kosmos.org
.refs #325
I added the WIP tag, because even though I think this should work just fine, converging the VM currently fails, claiming that the certbot resource method isn't available:
However, the
kosmos-nginx
recipe is included as usual, and the cookbook is also added as a dependency inmetadata.rb
. I must have missed something, but at the moment I'm just blind as to what it could be.@greg Any chance you could have a quick look at this sometime soon?
I have merged the RSK mainnet PR, and updated this branch for the new
rsk-testnet-2
node. So you can now run it as is against that one to reproduce the bug.Success! Our custom resource fix also works for this PR.
With
jq
andcurl
installed, you can get the block height from the testnet node like this e.g.:... now also for mainnet:
/cc @bumi
WIP: Set up public HTTPS endpoint for RSKjto Set up public HTTPS endpoint for RSKjThe port (4444) could be stored as in an attribute rather than just in the recipe, LGTM apart from that!