Announcement

Collapse
No announcement yet.

How to configure an SSL certificate for the NxFilter web server.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to configure an SSL certificate for the NxFilter web server.

    If you want to access the NxFilter GUI via HTTPS using your own SSL certificate (PEM files), please follow these steps. While older versions of NxFilter only supported JKS files, v4.7.4.5 and later support both PEM and JKS files.

    You should typically have two files:
    • your-domain.all.crt.pem (The certificate file)
    • your-domain.key.pem (The private key file)

    Installation Steps:
    1. Copy the files: Move both PEM files into the /nxfilter/conf/ directory.
    2. Edit the configuration: Open /nxfilter/conf/cfg.properties and add the following lines:
    Code:
    pem_crt_file = conf/your-domain.all.crt.pem
    pem_key_file = conf/your-domain.key.pem
    Restart: Restart the NxFilter service for the changes to take effect.
    Last edited by support200; 03-09-2026, 02:05 PM.
Working...
X