Discover

Get Started

Developers

Industries

Configure Security

INNORIX requires security configuration to provide secure file Transfer services in enterprise environments.

This section describes how to configure HTTPS, SSL certificates, access control, and security policies for production environments.

Configure HTTPS

HTTPS is recommended for accessing the INNORIX Web Console and services.

By enabling HTTPS, communication between users and the INNORIX server is encrypted, providing secure service operation.

HTTPS Configuration Items

ItemDescription
DomainService domain for HTTPS access
SSL CertificateCertificate used for server authentication
Private KeyPrivate key for the SSL certificate
HTTPS PortPort used for encrypted communication

HTTPS Configuration Procedure

  1. Prepare a domain for the production environment.
  2. Obtain an SSL certificate.
  3. Apply the certificate files to the server environment.
  4. Restart the INNORIX service.
  5. Verify HTTPS access.

Configure the SSL Certificate

An SSL certificate is used to verify the identity of the INNORIX server and protect communication between users and the server.

SSL Certificate Components

ItemDescription
Certificate FilePublic certificate file
Private Key FilePrivate key file
Certificate ChainCertificate Authority (CA) chain information

SSL Certificate Verification

  • Verify the certificate validity period.
  • Verify that the service domain matches the certificate domain.
  • Verify the file permissions for the certificate files.
  • Establish a certificate renewal policy.

If the SSL certificate expires, HTTPS access errors may occur. Regular certificate management is recommended.

Configure Access Control

INNORIX maintains system security by managing administrator and user access.

Configure user permissions and access scope as part of the access control settings.

Access Control Items

ItemDescription
Administrator AccountSystem administrator account management
User PermissionUser-specific permission settings
Access ControlService access restrictions
AuthenticationUser authentication management
  • Manage administrator accounts separately.
  • Change the default password after installation.
  • Remove unnecessary user accounts.
  • Apply the principle of least privilege.

Configure Security Policies

Configure the security settings of the INNORIX operating environment according to your organization's security policies.

Security Policy Items

ItemDescription
Account PolicyAccount management policy
Password PolicyPassword policy
Network PolicyNetwork access policy
Log ManagementSystem log management

Production Environment Recommendations

Server Security

  • Apply the latest security patches.
  • Disable unnecessary services.
  • Restrict administrator access.

Network Security

  • Apply firewall policies.
  • Allow access only from approved networks.
  • Use HTTPS for external access.

Data Security

  • Restrict access to critical configuration files.
  • Apply a backup policy for operational data.
  • Perform log monitoring.