adamdebreceni commented on code in PR #1751:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1751#discussion_r1683913176
##########
C2.md:
##########
@@ -80,8 +81,10 @@ be requested via C2 DESCRIBE manifest command.
nifi.c2.rest.listener.cacert=<SSL Cert path>
# specify the rest URIs if using RESTSender
-
nifi.c2.rest.url=http://<your-c2-server>/<c2-api-path>/c2-protocol/heartbeat
-
nifi.c2.rest.url.ack=http://<your-c2-server>/<c2-api-path>/c2-protocol/acknowledge
+ nifi.c2.rest.path.base=https://<your-c2-server>/<c2-api-path>
+ # specify either absolute url or relative to the nifi.c2.rest.path.base
url for hearbeat and acknowledge
+ nifi.c2.rest.url=/c2-protocol/heartbeat
+ nifi.c2.rest.url.ack=/c2-protocol/acknowledge
Review Comment:
this is how it's done in minifi java
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]