How to renew a certificate

Questions LEMP Stack Q & ACategory: LEMPHow to renew a certificate
Leadership asked 4 years ago

Hi there,   How can I renew my certificate? 

1 Answers
lempstack answered 4 years ago
crontab -l

Manual exec command:

"/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" --force
点赞