User story #19259
Updated by François ARMAND over 3 years ago
That variable will be use to define what port rudder uses for HTTPS policy distribution (independently from https for webapp).
The configuration will be done in @rudder-web.properties@, and with a default value to 443, with something like:
<pre>
#
# Port used to distribute policies by HTTPS, ie the port on which
# window-based rudder agent contact the server to update their policies.
#
rudder.policy.distribution.port.https=443
</pre>
For consistency, we should also rename the property @rudder.community.port@ into @rudder.policy.distribution.port.cfengine@
(we can't easely rename system variable @COMMUNITYPORT@ though, so we will keep that part).