* Add option for a custom ca-bundle file.
* Renamed option cacert to ca-bundle.
* Save CA_BUNDLE path in configuration file.
* Store absolule path to ca-bundle file
--listraw Only used for'--list' command, list the certs in raw format.
--stopRenewOnError, -se Only valid for'--renewall' command. Stop if one cert has error in renewal.
--insecure Do not check the server certificate, in some devices, the api server's certificate may not be trusted.
--ca-bundle Specifices the path to the CA certificate bundle to verify api server's certificate.
--nocron Only valid for'--install' command, which means: do not install the default cron job. In this case, the certs will not be renewed automatically.
--ecc Specifies to use the ECC cert. Valid for'--installcert', '--renew', '--revoke', '--toPkcs' and '--createCSR'