Server Port SSL
- Use server certificates
- Enables/disables using of server certificate, private key and other SSL settings for all serial ports that use SSL.
- Certificate file
- Points to the PEM-encoded Certificate file for the server. The certificate common name (CN) must match the server domain name or IP address.
- Private key file
- Points to the PEM-encoded Private Key file for the server. Private Key must be unencrypted.
- Certification Authorities chain file
- Points to the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate. This starts with the issuing CA certificate of the server certificate and can range up to the root CA certificate. Such a file is simply the concatenation of the various PEM-encoded CA Certificate files, usually in certificate chain order.
- Use client authentication
- Enables/disables clients authentication.
- Client authentication certificate list file
- Points to the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients server deals with. Such a file is simply the concatenation of the various PEM-encoded Certificate files, in order of preference.
- Certificate revocation list
- Points to the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification Authorities (CA) whose clients server deals with. Such a file is simply the concatenation of the various PEM-encoded CRL files, in order of preference.
Related Topics