I managed to create a kind of template web site package which i will use to distribute between several environemts (from staging to production).
Obviously, the certificate which is attached to the https port is different between the environments.
Therefor, I need a way to remove the reference to the certificate and update it with the reference to another certificate.
What's the way to go?