Renewing SSL certificate Service Fabric endpoint -
how can renew certificate on service fabric https endpoint after expires?
i use port sharing multi-domain support (weblistener
) , netsh
bind cert ip:port
(i can't use manifest file bind domain name, not supported now).
but if don't want upload new package version (only run setupentrypoint
) there way send netsh
command vm scale sets?
if want run same command, netsh, on vms in scale set, way use custom script extension. can add custom script extension using powershell cmdlet add-azurermvmssextension.
Comments
Post a Comment