mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-05-15 13:16:01 +00:00
The handling of the "--pass" option has complex rules due to the different requirements of different output formats, and the way joptsimple handles specs with optional arguments. A standard unix shell will parse certutil --pass="" as being identical to certutil --pass= and joptsimple treats that as being "no argument", i.e. the same as certutil --pass The only way to pass a blank password is certutil --pass "" (though this is shell dependent) Original commit: elastic/x-pack-elasticsearch@bc09d0f298