2.1.3-test.1 is available
This version enhances the uniqueness of serial numbers created for generated certificates. This is an
essential update for Firefox users, especially running
pixelserv-tls on a "fast" router such as 86U or a PC.
The issue
With a fast processor, previous versions will very likely generate two certificates with the same serial number. Firefox has historically treated such certificates as invalid. Hence, TLS handshake will fail, and boost your
slu count (significantly if the problematic certificates are frequently used).
Install
Use the same one-liner script to install.
Then delete all existing generated certificates with the following commands or otherwise:
Code:
cd /opt/var/cache/pixelserv
mv ca.* ..
rm *
mv ../ca.* .
@Asad Ali contributed to the discovering of this issue