diff --git a/src/x509.c b/src/x509.c index 0ad28fe..8e85653 100644 --- a/src/x509.c +++ b/src/x509.c @@ -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},