服务器2016试图安装脱机dotnet 4.8 exe“ndp48 48-x86-x64-allos-enu.exe”,我收到以下错误:
“由于吊销服务器脱机,吊销函数无法检查吊销”
试图禁用对发行者证书吊销的检查
发布于 2021-05-03 10:36:21
按照以下步骤执行:
步骤1:
第2步:
使用能够访问互联网的pc下载这三个CRL文件,并将它们复制到您的服务器。
22.crl
2011-07-08.crl
microsoftrootcert.crl
我假设您将文件复制到驱动器D的根目录,打开PowerShell,并执行以下命令:
certutil.exe -addstore -f Root D:\microsoftrootcert.crl
certutil.exe -addstore -f Root D:\MicCodSigPCA2011_2011-07-08.crl
certutil.exe -addstore -f Root D:\MicRooCerAut2011_2011_03_22.crl
第3步:
安装.net 4.8并在安装完成后立即恢复在步骤1中更改的设置。
**安装后不要忘记重置第一步的设置。
https://stackoverflow.com/questions/67325500
复制相似问题