Re #8472 - Added create_sscrt method that creates a self signed certificate
Added 5 unit tests verifying the validity of the certificate generation.
Re #8472 - Added CryptographyService class and implemented a method to generate private keys
Added CryptographyException exception that is thrown when incorrect parameters are passed to openssl or when openssl process exits with non-zero return code.Added 3 unit tests verifying the validity of the private key generation.
Testing GitLab+MS Teams pipelines integration (this one should pass)
Testing GitLab+MS Teams pipelines integration (this one should fail)
#8219 - Added pytest dependency used for testing
- added a simple testcase that checks whether index page is being served correctly