• Albin Hedman's avatar
    Add certificate_store() to WsClientBuilder (#321) · 8780fcef
    Albin Hedman authored
    * Add custom_certificate to WsClientBuilder
    
    * Use system certs instead of specified file
    
    * Cache client_config
    
    * Move client_config logic to fn build
    
    * Default use_system_certificates to true
    
    * Move out connector
    
    * Add CertificateStore type
    
    * cargo fmt
    
    * cargo clippy
    
    * Resolve comment: Rename variable
    
    * Resolved comments
    8780fcef