Mocking in Luaunit

I wanted to write a test case for my lua code. I am getting the certificate from the database using the conf variable. Ex : local certificate_in_db = openssl_x509.new(conf.ca_cert);

I wanted to mock conf.ca_cert here, how can I do it?