How can I renew certificate on a service fabric https endpoint after it expires?
I use port sharing for multi-domain support (WebListener
) and netsh
to bind cert to ip:port
(I can't use manifest file to bind domain name, is not supported now).
But if I don't want to upload new package version (only for run SetupEntryPoint
) is there a way to send a netsh
command to VM Scale Sets?