在Visual中,我已经有一段时间无法使用Nuget来安装软件包了。所有包在尝试安装时都会返回以下错误:
NU3037: The author primary signature validity period has expired.
NU3028: The author primary signature's timestamping certificate is not trusted by the trust provider.
WARNING: NU3028: The author primary signature's timestamp found a chain building issue: The revocation function was unable to check revocation because the revocation server could not be reached. For more information, visit https://aka.ms/certificateRevocationMode.
WARNING: NU3028: The author primary signature's timestamp found a chain building issue: RevocationStatusUnknown: The revocation function was unable to check revocation for the certificate.
NU3037: The repository countersignature validity period has expired.
NU3028: The repository countersignature's timestamping certificate is not trusted by the trust provider.
WARNING: NU3028: The repository countersignature's timestamp found a chain building issue: The revocation function was unable to check revocation because the revocation server could not be reached. For more information, visit https://aka.ms/certificateRevocationMode.
WARNING: NU3028: The repository countersignature's timestamp found a chain building issue: RevocationStatusUnknown: The revocation function was unable to check revocation for the certificate.
所显示的证书是:
Verifying the author primary signature with certificate:
Subject Name: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
SHA1 hash: F404000FB11E61F446529981C7059A76C061631E
SHA256 hash: 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE
Issued by: CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US
Valid from: 2/25/2018 7:00:00 PM to 1/27/2021 7:00:00 AM
Timestamp: 11/15/2019 4:52:49 AM
这显然是expired...but,我如何更新它?
https://stackoverflow.com/questions/72623158
复制相似问题