Nginx Ssl crt files get contents with Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Nginx Ssl crt files get contents with Lua
- From: Emre Çamalan <mailist@...>
- Date: 2014年4月21日 10:48:48 +0300
I want to get contents of Ssl crt files which is sent by client but I can't get contents of Ssl .crt files. How can I do this with Lua.
My aim is parsing contents of ca.crt and take some information for comparation.
Nginx configuration is ok for authentication but Lua part is missing...