Add cert:pubkey() to methods registry

This commit is contained in:
Kim Alvefur 2014-04-19 23:11:32 +02:00
parent eb8cb33160
commit 11eaec6520

View File

@ -506,6 +506,7 @@ static luaL_Reg methods[] = {
{"notbefore", meth_notbefore},
{"notafter", meth_notafter},
{"pem", meth_pem},
{"pubkey", meth_pubkey},
{"serial", meth_serial},
{"subject", meth_subject},
{"validat", meth_valid_at},