Alexander Ignition
Alexander Ignition
I checked like this ```swift import NIOSSL // ... try app.http.server.configuration.tlsConfiguration = .makeServerConfiguration( certificateChain: NIOSSLCertificate.fromPEMFile("cert.pem").map { .certificate($0) }, privateKey: .file("cert.key") ) ```
Здрасвуйте @GordienkoAI Catbird сделан на swift, а он еще не полностью поддерживает Windows. Когда Swift package manager, SwiftNIO и Vapor будут поддерживать Windows, мы обязательно обновим Catbird.
@GordienkoAI удобно ли было бы использовать catbird через docker ?
add Bundle display name in your project 
https://docs.proxyman.io/advanced-features/custom-certificates
https://github.com/apple/swift-nio-ssl
`xcrun simctl keychain --help` ```bash Manipulate a device's keychain Usage: simctl keychain [arguments] add-root-cert [path] Add a certificate to the trusted root store. add-cert [path] Add a certificate to the...
> I think you don't need to use Java at all =) Why not a Kotlin? This code is written for use by QA engineers. They write UI tests using...
Hi, @yildirimatcioglu which command in the terminal fails ? `bundle install`? Can you show Gemfile?
does Gamefile have a line `source "https://rubygems.org"` ?