I have a certificate on the server and want to apply it to the port that nxfilter wants to use for https. I have another application on the server using port 443 so I need to change it. is this possible to put a certificate on nxfilter and also change the port?
Announcement
Collapse
No announcement yet.
Is there a way to change the default https (port 443) to a different port?
Collapse
X
-
To change the port, https://tutorial.nxfilter.org/i-faq.php#change-port
To apply a SSL certificate, https://tutorial.nxfilter.org/i-faq.php#custom-ssl
-
This worked like a charm, I included some links to help out the next person that wants to do this...
https://stackoverflow.com/questions/...nd-abc-key-fil
if you already have a .p12 file...
keytool -importkeystore -srckeystore p12cert.p12 -srcstoretype PKCS12 -destkeystore abc.jks -deststoretype JKS
you will need the original password and I just creaged the JKS file with the same password.
Comment
Comment