Open bmaehr opened 6 years ago
Don't link to the cert folder as that is in internal path and might change in the future. Instead use either --installcert or key path options.
DNS sleep depends a lot on the DNS provider. For instance, AWS route53 won't work with less than 60 seconds
猜这意思是说如何把已有的证书导入进acme.sh中,然后让它接管证书的更新?
Dokumentation on how to edit existing configs is really something I miss.
E.g. I wanted to change the reload command only to find out, that it was replaced by a base64 encoded format (see #2444) which left me thinking if it is save to just override it without breaking the renewal. 🤔
Thank you for the great tool acme.sh.
I was first using certbot to issue certificates and found out, that it has many flaws with security (e.g. needs access to private keys, modifying webserver) and is very poor to configure to the own needs (e.g. where to write certs). I found out, that acme.sh is much better.
But after switching to acme.sh I needed to configure the renewal of my already issued certificates. Unfortunatly there was no information how to do this. By doing some reverse engeneering I was able to create a working configuration. I just add my script creating the configuration for one host here, perhaps it helpful for someone.
Additionally with the parameter
DEFAULT_DNS_SLEEP
you can decrease the waiting time of 120 s to 5 s.