I would like to create an automation script that, in a first phase, can give me information about several security settings:
- HTTPS on Dataminer
- Client-Server encryption for cassandra/elastic
- Inter-node encryption for cassandra/elastic
How can I retrieve this information?
It's not an automation script, but we do also have a driver which checks HTTPS and a long list of other security related items of a given server, as well as firewall ports and if the database connection is TLS encrypted and many other things. The driver name is 'DataMiner Protocol' but is not yet released, so currently only available on-demand (it runs on the IT DMS in Skyline). E.g.:
Bert
Thanks, I will use this as a starting point, eventually I would like to automate the process of enabling HTTPS/TLS.