Andrew Ayer

Results 106 comments of Andrew Ayer

There will be one error file per CT log. The health check seems like a logical time to rotate/truncate the file.

certspotter will now set the envelope sender and RFC5322.From address to the value of `$EMAIL` if set. `$EMAIL` is a semi-standard environment variable for specifying a user's email address. Please...

I think this might happen when `mod_remote_roster` is not enabled. Could you double check that `remote_roster` appears under `modules_enabled`? You might also find something useful if you turn up the...

There's not really anything useful for sms-over-xmpp to do if the XMPP server is down. I recommend running sms-over-xmpp from a process supervisor like systemd or s6 that will restart...

You need to implement the [Provider interface](https://pkg.go.dev/src.agwa.name/sms-over-xmpp#Provider). You register the provider by calling [RegisterProviderType](https://pkg.go.dev/src.agwa.name/sms-over-xmpp#RegisterProviderType) from an init function. You should put your implementation in a new package under the providers...

Thanks for your interest in improving certspotter! I would like to avoid adding third-party dependencies. Is there a reason this functionality couldn't be implemented as a [hook](https://github.com/SSLMate/certspotter/blob/master/man/certspotter-script.md)?