I just installed the latest firmware for Flint 2.
I haven’t tested the firmware itself, but I am either blinded from other posts, or something is wrong with the upgrade process.
So, I have installed my own certificates under the /etc/ngninx
. And since I wanted to be sure that the certificates and the key will not be overwritten by an upgrade process, I actually installed them with my own names and made the nginx.cer
and nginx.key
to be soft links to the actual files.
Now, they are gone! And actually, the whole /etc/nginx
directory is overwritten since my files are not there! Which means that the upgrade process will not be smooth in the future as well.
Thus:
- How do we install our custom certificates so as they are not overwritten by the upgrade process?
- I think it’s wrong to replace a target directory. Devs should take into account the possibility that we have modified those directories!