certeraio

Results 14 comments of certeraio

Hi @gik000, Thanks for the suggestion. I don't know enough about rocket chat, but extending things is pretty simple. The templates exist here: https://github.com/certera-io/certera/tree/master/src/Certera.Core/Notifications/Templates If you submit a PR for...

Hi @sucrose0413 . I've been meaning to upgrade a bunch of other things too. I've created a build with dotnet 5 and a bunch of dependencies all upgraded. Please check...

Hi @anestevemo This is similar to some discussions going on here: https://github.com/certera-io/certera/issues/15 The issue is that port 80 is needed due to how things currently work. The certificate for your...

That is indeed strange. If you can receive a test email, you should definitely be getting the other notifications. Can you confirm the SMTP configuration on the "Settings" page, please?...

Hmm, that's really strange. I'll try it out more now that there are some clear scenarios to test out. The code that does the sending is this: https://github.com/certera-io/certera/blob/master/src/Certera.Core/Notifications/MailSender.cs#L29 Sending from...

I think this is a bug/omission on my part. Certera originally only did HTTP validation. I added DNS validation much later as a change in the codebase and looks like...

Ah, sorry. I didn't get that it was the certera instance cert itself you were trying to change. I know there are limitations about being able to delete that one...

It may be that the certera instance cert begins as HTTP validation, then it can be changed to DNS manually if the operator chooses (once the bug is fixed). I...

@blastagator I've created version 2.1.4 with the fix to change the certificate challenge type. You'll have to open things up for the initial provisioning, but then should be able to...

Check /var/syslog as it should put everything in there. The error will go a long way into figuring it out.