cache "/var/cache/ferron-acme" is not set by default anymore, this led me to hitting rate limit and unable to get the new certificates in a week. This was unexpected and let to a bit of frustration.
Also, I have a question:
*.domain.com {
tls {
provider acme
challenge http-01
contact "drryner@icloud.com"
cache "/var/cache/ferron-acme"
}
}
Will this work as I expect it to work? Or do I have to copy this for each and ever example1, example2.domain.com?
cache "/var/cache/ferron-acme" is not set by default anymore, this led me to hitting rate limit and unable to get the new certificates in a week. This was unexpected and let to a bit of frustration.
Also, I have a question:
Will this work as I expect it to work? Or do I have to copy this for each and ever example1, example2.domain.com?