运行时:
mvn com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config
我最终得到
[ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config (default-cli) on project storingen-api: Max retries 0 times exceeded. Error Details: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config (default-cli) on project storingen-api: Max retries 0 times exceeded. Error Details: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
显然这是一个找不到的证书问题。但是,我不知道需要什么证书,也不知道它需要在哪个密钥库中。我想在我的 java 发行版的 cacerts 中,但无论如何都不清楚。
有谁知道哪个证书和放在哪里?