- prevent usage of extra variable in get_mongo_hostname
- moved variable declaration to top in mongodb_configure_replica_set
- use bitnami docker image instead of ubuntu:18.04 for cert generation
- We can support SSL/TLS between servers within a replica set
as well as between mongo client and servers
- Fixed error when MONGODB_EXTRA_FLAGS contains multiple flags
- Fixed some small typos in the code