The certificate used to sign "" has either expired or has been revoked.

简介: 这句话的意思就是“签名”的证书已过期或已被吊销。说白了就是有人删除了你的证书,解决的办法就是在创建一个,创建证书有两种办法,。第一:在苹果开发者中心,进入自己的账号,请求一个CRS文件,根据这个CRS文件来创建一个证书然后就可以了。

这句话的意思就是“签名”的证书已过期或已被吊销。

说白了就是有人删除了你的证书,解决的办法就是在创建一个,创建证书有两种办法,。

第一:

在苹果开发者中心,进入自己的账号,请求一个CRS文件,根据这个CRS文件来创建一个证书然后就可以了。

第二:

就是利用Xcode自动创建一个证书,步骤如下:

command+ ,

就会打开Xcode的配置选项(当然了敲之前肯定得选中Xcode才行),选中第二个Accounts。

在左侧的Apple IDs中选中自己的开发账号(因为涉及开发账号,所以就不上图了)

接着在右侧点击View Details

然后就会弹出一个新的页面

找到Signing Identities(就是上面那栏)

接着就是找到iOS Development 点击右侧的Reset,然后等待就可以了。

 

相关文章
|
开发工具 git
TLS certificate verification has been disabled
TLS certificate verification has been disabled
1483 0
TLS certificate verification has been disabled
|
Web App开发 对象存储
解决:x509: cannot validate certificate for IP 报错
问题 今天调用上传接口上传文件时,遇到了一个 x509 类型报错,具体报错信息如下: 2021-10-15 17:46:13.145 ERROR oss/upload.go:210 upload process Failed {"error": "Post "https://192.168.215.139:9443/store/file/upload\": x509: cannot validate certificate for 192.168.215.139 because it doesn't contain any IP SANs"} panic: send on closed cha
1387 0
|
5月前
|
Shell 网络安全 开发工具
【已解决】SSL certificate problem: self signed certificate
SSL certificate problem: self signed certificate
235 2
|
网络安全 PHP
cURL error 60: SSL certificate problem: self signed certificate in certificate
一、问题 cURL error 60: SSL certificate problem: self signed certificate in certificate chain - 服务器http302 出现这个一般是自签名证书的问题
3086 0
|
3月前
|
JavaScript
request to https://registry.npm.taobao.org/cnpm failed, reason: certificate has expired
request to https://registry.npm.taobao.org/cnpm failed, reason: certificate has expired
102 2
Get “https://npm.taobao.org/mirrors/node/latest/SHASUMS256.txt“: tls: failed to verify certificate:
Get “https://npm.taobao.org/mirrors/node/latest/SHASUMS256.txt“: tls: failed to verify certificate:
|
安全 网络安全 PHP
解决SSL routines:ssl3_get_server_certificate:certificate verify failed
解决SSL routines:ssl3_get_server_certificate:certificate verify failed
684 0
|
网络安全
ssl.SSLError [SSL CERTIFICATE_VERIFY_FAILED] certificate verify failed
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
233 0
|
网络安全
unable to verify the first certificate
unable to verify the first certificate
697 0
|
TensorFlow 网络安全 算法框架/工具
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
最近在学习TensorFlow,获取fashion_mnist数据集的时候出现了一点小问题,报错内容如下: URL fetch failure on https://storage.googleapis.com/tensorflow/tf-keras-datasets/train-labels-idx1-ubyte.gz: None -- [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108) ————————————————
1231 0
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate