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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -