Logmanager documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

SSL Certificates

The SSL Certificates menu works with SSL Certificates in Logmanager system. Certificates can be imported into the system, and then a Certificate signing request and self-signed certificate can be created. SSL certificates are then used in section System ‣ SSL certificates for individual Logmanager server services. Logmanager contains own self-signed certificate by default, which is set for all services needing a certificate.

It is recommended to use server certificate that have been signed by a trusted certificate authority for your Logmanager server. It is possible to use self-signed certificates but they are usually insecure.
Supported certificates and keys are in the PEM and DER formats.
Certificates

Certificates

The following table shows all available information:

  • The name of the certificate (Name)
  • The description of the certificate (Description)
  • The contents of the certificate (Content)
  • The CN name (Common name)
  • The name of the organization (Organization)
  • An expiration date (Expiration)

Filter fields are above the table. Data may be filtered by any single column. If you use filters in multiple columns, then it is assumed that you are filtering using both. For example, if you choose Name and Common Name, that means that you want it to filter by the name and by the Common Name.

Adding a certificate

Enter following data into the prepared form:

  • Name: name of the certificate.
  • Description: description of the certificate.
  • Type: choose Certificate.
  • Certificate file: selection of the file with certificate, any file can be selected.
Adding a certificate

Adding a certificate

The Certificate system then performs a validity check on the uploaded certificate after creation of the record. If the certificate is corrupted or if it is not in the correct format, the system returns a certificate error.

Adding a new key

Enter following data into the prepared form:

  • Name: name of the key.
  • Description: description of the key.
  • Type: choose Key.
  • Key file: selection of the file with key, any file can be selected.
  • Password: password to the key.
Adding a new key

Adding a new key

The system performs a validity check of the uploaded key after creation of the record, if the certificate is corrupted or is in wrong format, it will returns a key error.

Adding a new certificate and key

This option only combines previous two options - separate certificate file and separate key file can be uploaded. Both files are merged in one certificate after creation.

Adding a new certificate and key

Adding a new certificate and key

Creating a new CSR request

It is recommended to follow these steps when requesting a new server certificate to increase the security of the certificates.

  • Create a new CSR request
  • Use the public part to create a certificate at a certification authority
  • Generate a certificate from the authority add to the CSR request

Enter following data into the prepared form:

  • Name: name of the request
  • Description: description of the request
  • Type: choose Request
  • Common name: name of the domain
  • Organization: name of the company
  • Organizational unit: company department or purpose of the certificate
  • Locality: city (Prague)
  • State or province: state (Czech republic)
  • Country: country code (CZ)
  • Email address: optional
  • Password: optional
  • Confirm password: password confirmation
  • Size: security level of the certificate
Creating a new CSR request

Creating a new CSR request

Creating a self-signed certificate

Logmanager allows you to also create a self-signed certificate. This certificate should not be considered trusted because it is signed by itself without a certification authority.

Enter following data into the prepared form:

  • Name: name of the request.
  • Description: description of the request.
  • Type: choose Self-signed.
  • Common name: name of the domain.
  • Organization: name of the company.
  • Organizational unit: company department or purpose of the certificate.
  • Locality: city (Prague).
  • State or province: state (Czech republic).
  • Country: country code (CZ).
  • Email address: optional.
  • Lifetime: value in days.
  • Size: security level of the certificate.
Creating a self-signed certificate

Creating a self-signed certificate

Certificate Synchronization in a Cluster

When working with a cluster of two or more nodes, it is not necessary for you to create certificates for each node. Certificates are created for a cluster as a whole and will be automatically synchronized to each node in the cluster.