.PUBLIC 文件扩展名

OpenSSL Public Key

开发者 The OpenSSL Project
受欢迎程度
3.7  |  3 
 

什么是 PUBLIC 文件?

RSA.PUBLIC is a public cryptographic key created by the OpenSSL command line utility. It contains a string of text used to encrypt information sent from a web browser to a web server. Server and web administrators typically generate RSA.PUBLIC while installing an SSL certificate on a web server.

更多信息

OpenSSL is a is a software library that server, web, and network administrators use to secure network communications. Among other things, administrators can use OpenSSL to generate public and private keys for use with their web server. These keys are used to encrypt and decrypt information sent from a user's web browser to the web server.

Public and private key pairs are linked together. To create the public key stored in an RSA.PUBLIC file, administrators input an existing RSA.PRIVATE file into the OpenSSL command-line utility, like so:

openssl rsa -in rsa.private -out rsa.public -pubout -outform PEM

注: OpenSSL public keys may also be stored in .PEM files.

如何打开 PUBLIC 文件

Because RSA.PUBLIC is a plain text file, you can open it in any text editor, such as Microsoft Notepad (Windows), Apple TextEdit (Mac), or GitHub Atom (cross-platform). However, you should not edit the text RSA.PRIVATE contains. Editing your RSA.PUBLIC file will cause your web server or website to function incorrectly.

For instructions on how to use your RSA.PUBLIC file with a web server as part of an SSL certificate, refer to your web server or certificate's documentation.

使用File Viewer Plus打开 400 多种文件格式。免费下载

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

Windows
操作系统自带
免费
免费
Mac
操作系统自带
免费
免费
Linux
免费
免费
免费
Chrome OS
操作系统自带
分类: 网页
更新时间: 2021-09-21

验证者 FileInfo.com

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

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