You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1264 added support for gateways with ACM certificates. Since ACM certificates are not renewed by dstack automatically, users should be able to update them in the gateway configuration. This should be as easy as specifying a new ARN in the configuration and running dstack apply. dstack apply should detect that the certificate has changed and update it.
Implementation details:
AWSCompute will likely get a special method for updating the ACM certificate on the gateway. It can be done by updating the listener:
#1264 added support for gateways with ACM certificates. Since ACM certificates are not renewed by dstack automatically, users should be able to update them in the gateway configuration. This should be as easy as specifying a new ARN in the configuration and running
dstack apply
.dstack apply
should detect that the certificate has changed and update it.Implementation details:
AWSCompute will likely get a special method for updating the ACM certificate on the gateway. It can be done by updating the listener:
The text was updated successfully, but these errors were encountered: