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:
Installation Steps:
Restart: Restart the NxFilter service for the changes to take effect.
You should typically have two files:
- your-domain.all.crt.pem (The certificate file)
- your-domain.key.pem (The private key file)
Installation Steps:
- Copy the files: Move both PEM files into the /nxfilter/conf/ directory.
- 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