Adel Abdelmaseih
Results
1
issues of
Adel Abdelmaseih
What's the problem? Trying to load a self signed certificate like so: ``` if let certPath = Bundle.module.url(forResource: "theCert", withExtension: "cer") { let certData = try! Data(contentsOf: certPath) let cert...