- Create a Private Key and Certificate signing Request file
openssl genrsa -out private.key openssl req -new -key private.key -out request.csr
- Create a .CRT File
openssl x509 -req -days 365 -in request.csr -signkey private.key -out certificate.crt
- copy the content of the .crt file and the .key file to
idrac-demo/charts/analytics/charts/ingest-gateway/templates/haproxy-cert.yaml
./scripts/build_installer.sh
tar xzvf idracsolution-0.0.4.tgz
cd idracsolution
./scripts/install_on_sdp.sh
For live data from IDrac servers, you can use the following script; where scripts/idrac-sample.config
contains the information of the IDRAC server(follow the sample in scripts/idrac-sample.config
)
./scripts/idrac_setup_telemtrics.sh scripts/idrac-sample.config
If you would like to contribute to this repository, please follow the Contribution Guidelines.