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
The code in the build.gradle file for the ssl-project shows how to generate a temp certificate. It's not easy to know this is required. And the Admin UI magically "fixes" this by automatically generating a temp certificate when the app server is saved, even without any changes.
Arguably, the Manage API should be doing the same thing. In the absence of that, I think ml-gradle should either do this automatically, or it should support a property to allow a user to easily do this - e.g. mlGenerateTempCertificate-templateId1,host1,templateId2,host2,etc.
The text was updated successfully, but these errors were encountered:
The code in the build.gradle file for the ssl-project shows how to generate a temp certificate. It's not easy to know this is required. And the Admin UI magically "fixes" this by automatically generating a temp certificate when the app server is saved, even without any changes.
Arguably, the Manage API should be doing the same thing. In the absence of that, I think ml-gradle should either do this automatically, or it should support a property to allow a user to easily do this - e.g.
mlGenerateTempCertificate-templateId1,host1,templateId2,host2,etc
.The text was updated successfully, but these errors were encountered: