earth_america
user_standard 登录
action_search_stroke
earth_america
登录以评价并提供反馈 1 2 3 4 5 登录以评价
0
如何

如何


产品: AS-B, Edge Server, Enterprise Central, Enterprise Server, AS-P, Project Configuration Tool
功能: 安全
产品版本: 2023
2023/3/24

Converting CRT or CER files

You must convert any CRT or CER files to PEM. EcoStruxure BMS only supports PEM format.

显示更多
action_close

Use this workflow to purchase, convert and install CA server certificates using WorkStation.

Related information can be found in the sections after the flowchart.

 
action_zoom_plus_stroke Server certificate workflow
图: Server certificate workflow
Configure the DNS name for the EcoStruxure BMS server

You must configure the DNS name for the EcoStruxure BMS server to prevent the certificate from being locked down to a specific IP.

Install OpenSSL

Download and install OpenSSL.

OpenSSL is a software library for applications that secure communications over computer networks against eavesdropping or need to identify the party at the other end.

OpenSSL is used when you generate a Certificate Signing Request (CSR). OpenSSL is also used when converting CRT or CER files to PEM files.

Generate a Certificate Signing Request (CSR)

Before you can order an SSL Certificate, you will need to generate a CSR if you want to generate your private key yourself.

The CSR contains information, for example, common name, organization, and country, that the Certificate Authority (CA) will use to create your certificate. It CSR also contains the public key that will be included in your certificate and is signed with the corresponding private key.

有关更多信息,请参阅 Generating a Certificate Signing Request (CSR) .

Purchase the CA certificate

Purchase SSL certificate through a certificate authority. Provide the created CSR to the certificate authority.

You then receive the certificate in CRT, CER or PEM format.

Convert CRT or CER files to PEM files

EcoStruxure BMS only supports PEM format. You must convert all CRT or CER files to PEM.

有关更多信息,请参阅 Converting CRT or CER files .

Add the Certificate

Add the certificate to the EcoStruxure BMS server.

有关更多信息,请参阅 Adding a Certificate using WorkStation .

Activate the Certificate

Activate the certificate.

有关更多信息,请参阅 Activating a Certificate Using WorkStation .

Verify the Connection

Verify that the connection to WebStation is secure by accessing the EcoStruxure BMS server via HTTPS.

To converting CRT or CER files
  1. Open SSL using the Command Prompt.

  2. Type "openssl rsa -inform pem -in filename.key -out filename prv"

  • Certificates
  • WorkStation Server CA Certificate Workflow
  • Generating a Certificate Signing Request (CSR)
  • Converting CRT or CER files