The error tells you it can't find the files, you are using a backslash while it should be a slash, ea.:
ssl_certificate ./tconf/localhost-prove.cert;
ssl_certificate_key ./tconf/localhost-prove.key;
ssl_certificate C:/nginx......../kelnet.crt;
ssl_certificate_key C:/nginx......../myserver.key;
Windows (Gryphon) comes with a /conf folder, the /tconf folder is part of a test suite.
ssl_certificate ./tconf/localhost-prove.cert;
ssl_certificate_key ./tconf/localhost-prove.key;
ssl_certificate C:/nginx......../kelnet.crt;
ssl_certificate_key C:/nginx......../myserver.key;
Windows (Gryphon) comes with a /conf folder, the /tconf folder is part of a test suite.