.DER 文件扩展名

DER Digital Certificate

开发者 不适用
受欢迎程度
3.7  |  60 
 

什么是 DER 文件?

A DER file is a digital certificate saved in the Distinguished Encoding Rules (DER) format. It contains a binary representation of the certificate. DER files are commonly used to store X.509 certificates in public cryptography.

更多信息

Web servers use digital certificates to establish that a website is authentic and legitimate. When a user visits a certified website in their web browser, the web server passes the site's digital certificate to the browser. After the browser verifies the certificate, it shows the associated website. (If a browser cannot verify a certificate, it may instead show a page that says "This website's certificate is expired.")

Some digital certificates are saved in the DER format. Web admins, responsible for maintaining websites and web servers, are most likely to encounter and use DER files. Web admins can create DER files using OpenSSL, a secure network communication toolkit.

注: Though most DER files are used as website digital certificates, DER files can also be used for other identification purposes.

如何打开 DER 文件

You can use OpenSSL (multiplatform) to view the contents of a DER file. To do so, use the following command:

openssl x509 -inform der -in YourFileName.der -text -noout

如何转换 DER 文件

You can use OpenSSL (multiplatform) to convert DER certificates to other certificate formats, including:

  • .PFX - PKCS #12 Certificate
  • .PEM - Privacy Enhanced Mail Certificate
使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 DER 文件的程序

Windows
Mac
操作系统自带
操作系统自带
免费
Linux
分类: 网页
更新时间: 2022-10-05

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 DER Digital Certificate 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们