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
| Item | Description |
|---|---|
| Domain | Service domain for HTTPS access |
| SSL Certificate | Certificate used for server authentication |
| Private Key | Private key for the SSL certificate |
| HTTPS Port | Port used for encrypted communication |
HTTPS Configuration Procedure
- Prepare a domain for the production environment.
- Obtain an SSL certificate.
- Apply the certificate files to the server environment.
- Restart the INNORIX service.
- 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
| Item | Description |
|---|---|
| Certificate File | Public certificate file |
| Private Key File | Private key file |
| Certificate Chain | Certificate 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
| Item | Description |
|---|---|
| Administrator Account | System administrator account management |
| User Permission | User-specific permission settings |
| Access Control | Service access restrictions |
| Authentication | User authentication management |
Recommended Security Settings
- 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
| Item | Description |
|---|---|
| Account Policy | Account management policy |
| Password Policy | Password policy |
| Network Policy | Network access policy |
| Log Management | System 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.