lua-resty-auto-ssl icon indicating copy to clipboard operation
lua-resty-auto-ssl copied to clipboard

How I can delete expired deomain

Open Mech-Statham opened this issue 5 years ago • 2 comments

Too much domains are on server, how can delete expired or not working domains which should not be use for renew or other check by openresty service. Expired domain should not use by openresty service and removed from system. Can you please help how I can do it.

Mech-Statham avatar Jun 12 '20 04:06 Mech-Statham

write a cron job that checks your db for expired domains and deletes them from the openresty ssl folder/redis storage.

aviatrix avatar Jun 14 '20 09:06 aviatrix

@aviatrix Can you please share how I can deletes from openresty ssl folder/redis storage?

Mech-Statham avatar Jun 15 '20 11:06 Mech-Statham