datafoo

Results 28 comments of datafoo

> This solution is nonsatisfying, but remove your PLT and PLT hash file, then rerun, and it will work. I do not have any PLT or PLT hash file in...

> I ended up doing this as a workaround. Seems to do the trick, but having something baked into `lego` would definitely be handy. > > ``` > LEGO_ARGS=( >...

> Hi. I use the following logic in my script: > > ``` > LEGOCMD=run > crtChkSum=NA > if ( (certificate.crt exist) and ((SANs in the certificate.crt) == (required domains))...

Ok, good to know. Could these `AggregateCase` and `ProcessManagerCase` make their way to the documentation, with whatever fix you see fit? Would [Testing.md](https://github.com/commanded/commanded/blob/master/guides/Testing.md) be a good place for that?

Ok, it makes sense. Thank you. I believe a quick explanation in the documentation could be helpful, as well as removing the word "successfully". > Strong consistency will block the...

> To add this feature to Commanded requires *each* event store to provide deletion. Is there any other event store than https://github.com/commanded/eventstore that needs to have the feature added?

I was using the [`JsonbSerializer`](https://gist.github.com/slashdotdash/d28feba38469604ea3346b257bfda73d) initially. But in the process of migrating to Commanded 1.0.0, I tried to use `Commanded.Serialization.JsonSerializer` instead and everything just worked with the following configuration. ```elixir...

I was wondering if I could rotate the ssh keys if a team member that had access to the deployment server would leave my company. I ended up here. It...