-
Newbie question. New to acme.sh that is, I've been using win-acme on a Windows hosting server for years, but have just switched to Ubuntu so am learning all the new tools. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm also new to acme.sh and have the same question. I can change the renew interval by editing the acme.sh script and changing DEFAULT_RENEW from 60 to something else, but this is a manual process. All of our servers are provisioned automatically with Ansible, so I'm looking for a config file or something that I can script a custom renew interval in. Does such a thing exist? |
Beta Was this translation helpful? Give feedback.
-
when you issue a cert, you can define how many days to renew the cert: eg: 30 days:
you can also use the validity feature: |
Beta Was this translation helpful? Give feedback.
when you issue a cert, you can define how many days to renew the cert:
eg: 30 days:
you can also use the validity feature:
https://github.com/acmesh-official/acme.sh/wiki/Validity