config-SecureSSL.sh script is responsible for configuring ssl in mss-sip-stack.properties
but sed command matches exact port to append further configuration
in case where port is different (default is different than envoirnment's configured port)
script is unable to configure ssl properly because the strict nature SED command.
we need to changed and math a expression rather than exact port so ssl config is applied regardless.