# Functions
CertPoolFromFiles reads listed file names and returns the certpool for ca or other usage.
On Linux and macOS this is func just calls os.Chmod.
No description provided by the author
No description provided by the author
CSRFromKeyFile reads keyFile and generates a csr in PEM format.
No description provided by the author
No description provided by the author
GeneratePrivateKeyIfNotExists checks for keyFile and if it does not exist generates a rsa 4096 bits key.
RunCommand in shell style with timeout on every platform.
# Variables
SmcSensorNames maps the names from the SMC chip to human readable names this list is taken from: https://github.com/shirou/gopsutil/blob/a1e77476b2bb7bbe6130fa1cbc39fe1635ff459c/v3/host/smc_darwin.h#L6-L26 Also a good source is: https://superuser.com/a/967056 or maybe https://github.com/dkorunic/iSMC.
# Structs
No description provided by the author
CommandResult to return the information.