当前位置:网站首页>x509证书cer格式转pem格式
x509证书cer格式转pem格式
2022-04-23 14:10:00 【世宝宝】
最近在做apple的server to server notifications,验证JWS时需要用到Apple的根证书来验证数据,Apple提供的是cer格式,程序需要使用pem格式,所以做下记录
openssl x509 -inform der -in AppleRootCA-G3.cer -out AppleRootCA-G3.pem
下面是Apple的证书页面,有需要的可供参考。
Apple PKI - Apple
https://www.apple.com/certificateauthority/
版权声明
本文为[世宝宝]所创,转载请带上原文链接,感谢
https://blog.csdn.net/0210/article/details/123867141
边栏推荐
猜你喜欢
帆软中单元格中隔行变色以及数量大于100字体变大变红设置
OpenStack如何跨版本升级
统信UOS卸载php7.2.24,安装php7.4.27 ;卸载再安装为PHP 7.2.34
Jmeter设置环境变量支持在任意终端目录输入jmeter直接启动
VMware 15pro mounts the hard disk of the real computer in the deepin system
MySQL数据库讲解(八)
postman批量生产body信息(实现批量修改数据)
在Clion中给主函数传入外部参数
处理 mkdir:无法创建目录“aaa“:只读文件系统
VMware installation 64 bit XP Chinese tutorial
随机推荐
mysql 5.1升级到5.68
更改plsql工具栏的图标大小
处理 mkdir:无法创建目录“aaa“:只读文件系统
ActiveMq基础知识
Research on recyclerview details - Discussion and repair of recyclerview click dislocation
线程间控制之CountDownLatch和CyclicBarrier使用介绍
关于NodeJS中JSON5的相关配置和使用
On September 8, the night before going to Songshan Lake
困扰多年的系统调研问题有自动化采集工具了,还是开源免费的
KVM学习资源
使用开源调研工具Prophet是一种什么体验?
JDBC和servlet写CRUD的接口总结
01-NIO基础之ByteBuffer和FileChannel
Multiple inheritance virtual base exercises
Visio installation error 1:1935 2: {XXXXXXXX
openstack理论知识
帆软中单元格中隔行变色以及数量大于100字体变大变红设置
Wechat applet communicates with low-power Bluetooth - sending data to hardware (III)
Wechat applet initializes Bluetooth, searches nearby Bluetooth devices and connects designated Bluetooth (I)
Wechat applet communicates with low-power Bluetooth - receives data sent by hardware (IV)