Kristaps Dz
Kristaps Dz
@elad, what do you mean by part of mdnsd? It's not part of mdnsd. It, like mdnsctl, talks with mdnsd over the socket. As for whether it should be part...
I use it constantly, but I only have a few hosts here on my network, so I'm not sure how well it responds to scale. There are also many optimisations...
Ja. I haven't touched mdnsl.c at all. The only thing about it that bothers me isn't in mdnsl, it's in imsg_read, which internally ignores being interrupted. So one feature I...
It would be great if you were to read the README, which says, **Feature requests will be ignored unless joined by a patch.**
@mhoran, that's not fair and outright unkind. I write this software, and all software on this account, with my own hands, in my own time. You're making a request of...
@mhoran, understood. How do you run acme-client? If it's in a cron-job, it should report errors on stderr and these should be mailed to you by cron. If it's silent...
Maybe I'm missing something, but aren't private keys **supposed** to be the same when the certificate is renewed?
There's a nice [discussion](https://security.stackexchange.com/questions/27810/should-i-change-the-private-key-when-renewing-a-certificate) of this; but regardless, it appears that [certbot](https://github.com/certbot/certbot) does what you suggest (see their [issue/231](https://github.com/certbot/certbot/issues/231). As it's the "official" client, I guess I should do that...
Please let me know what these are so I can bundle them into the system itself instead of having it bit-rot in a wiki!
That would be perfect for a tutorial! All it takes is copying a tutorial file and adding it to the Makefile. `make www` and it will generate and appear in...