Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

If you need for test purpose to generate a self-signed certificate you can use the following procedure.

  • Download the following ini file, changing IP address and hostname

  • Run the following openSSL command

    openssl req -x509 -newkey rsa:4096 -keyout $d/nginx.key -out $d/nginx.crt -days 3650 -nodes -config $d/cert.ini;

Substitutes the generate file nginx.key and nginx.crt with the one present in nginx folder (C:\Program Files\nginx\conf\certs) and restart nginx service

  • No labels