Server Certificate
Server certificate is the first step in the server certificate configuration procedure.
Perform this task to configure the server certificate file and server certificate private key file.
Operation Procedure
- Click the User tab, select User Access Policy > Service Parameters > Certificate from the navigation tree to display the certificate configuration list.
- Click the Server Certificate tab.
- Click Import EAP Server Certificate to display the server certificate configuration page.
- Select Private key is included in server certificate file if the server certificate and private key of the server certificate are in the same file, and then click Browse to select a private key file.
- If the server certificate and private key are not in the same file, you need to upload a server certificate file and a private key file respectively. Click Browse next to Server Certificate File to select a server certificate file. And then click Browse corresponding to Private Key File of Server Certificate to select the private key file.
- Click Next to enter the certificate private key protection page.
Parameters
- Server Certificate File: Certificate that installed on the server. It can provide server identity and public key information for clients. A certificate can be used with a public key to perform information exchange between a server and client, and implement data encryption.
- Private Key File of Server Certificate: It contains private key information corresponding to the public key of the server certificate. The private key information can be used to decrypt data that has been encrypted using the public key of the server certificate. Common CA servers can export server certificates and private key files to a file and provide the password for decryption. The extension name of such files can be PFX or P12.
Precautions
- The size of the uploaded file cannot exceed 1 MB.
- INC supports these server certificate file formats: PEM (Base64 encoded, .pem or .cer), DER (DER encoded, .der or .cer), and PKCS12 (PKCS 12 encoded, .pfx, or .p12). If the certificate file has an extension of .pfx, the private key file cannot be in PVK format. Do not store the server certificate and private key in the same DER file.
Related Topics