# Functions
GenerateTestCertificate generates fake certificates and stores them at the path specified.It accepts 3 arguments path, certFileName and keyFileName "path" is the directory path at which the directory is to be created, "certFileName" & "keyFileName" refers to the name of the file to be created without the extension.
GenerateTestYaml is a function is used to create a temporary file to be used for testingIt accepts 3 arguments:"test" is the interface used to generate the YAML, "path" is the directory path at which the directory is to be created, "filename" is the name of the file to be created without the ".yaml" extension.
LoadConfig is function to Load Configurations from a specified location.