elasticsearch-operator icon indicating copy to clipboard operation
elasticsearch-operator copied to clipboard

Document package dependency on keytool

Open nabadger opened this issue 6 years ago • 0 comments

I noticed that we need to install keytool when generating the certs.

This should probably be added as a note under the Development section on the README the operator will error-out without it.

I'm also wondering if there's another more lightweight tool that could be used in it's place since keytool is bundled with JDK. Is there a smaller Go option available (then we could just go get... ? :)

nabadger avatar Oct 27 '18 16:10 nabadger