mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Add an option to the ssl certificate generation tool (certgen) that generates PKCSelastic/x-pack-elasticsearch#12 (.p12) files in addition to the certificate (.crt) and key (.key) files. A PKCSelastic/x-pack-elasticsearch#12 store is a container format for storing multiple crypto objects in a single file, which means we can put the cert and key into the same file. These format is particularly useful for .NET environments, where .NET Core requires a single into file for PKI authentication. Also adds documentation for all the command-line options in certgen. Original commit: elastic/x-pack-elasticsearch@d10f88f12d