在Azure ML预测模型的再培训过程中遵循Microsoft Docs https://docs.microsoft.com/en-us/azure/machine-learning/studio/retrain-existing-resource-manager-based-web-service的指导原则,我通过PowerShell更新了现有的预测实验,但是出现了错误:

Update-AzureRmMlWebService : 
Request Id: 2d3bd8db-44fb-42f3-aeb3-907ba8a13698
Error Code: InternalServerError
Error Message: An internal server error occurred. Please try again. If the problem persists, report it on the Azure Machine Learning 
forums.
Error Target: 
Error Details:
    [Code=FailedToLoadCertificate, Message=The certificate with the following thumbprint: 19C7A723C863C127ADC5A71894FF1814329C0C55 
failed to load]
At line:1 char:1
+ Update-AzureRmMlWebService -Name Finalexperiment -ResourceGroupName ' ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Update-AzureRmMlWebService], Exception
    + FullyQualifiedErrorId : Resource Provider Error,Microsoft.Azure.Commands.MachineLearning.UpdateAzureMLWebService

有谁知道如何加载这些证书?