e.g openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cert.key -out cert.pem in the NAF directory, ideally with -config req.cnf to make it entirely non interactive
e.g `openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cert.key -out cert.pem` in the NAF directory, ideally with `-config req.cnf` to make it entirely non interactive
e.g
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cert.key -out cert.pem
in the NAF directory, ideally with-config req.cnf
to make it entirely non interactive