iOS APP备案-云管理证书
2023-10-31 本文已影响0人
迷路的小小
根据certificateContent下载cer证书
- 从开发者网站证书列表中获取证书列表
- 右键“检查元素”
- 选择“网络”选项卡
- 找到目标证书,并复制
certificateContent
的值
- 生成
cer
证书
echo $certificateContent | base64 -D > 'cerName.cer'
- 在钥匙串中打开证书
- 右键“显示简介”
- 找到“公共密钥信息”
- 找到“SHA-1”指纹
certificateContent
的值cer
证书echo $certificateContent | base64 -D > 'cerName.cer'