lua-resty-auto-ssl
lua-resty-auto-ssl copied to clipboard
How I can delete expired deomain
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.
write a cron job that checks your db for expired domains and deletes them from the openresty ssl folder/redis storage.
@aviatrix Can you please share how I can deletes from openresty ssl folder/redis storage?