# PortainerApi.TLSConfiguration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **TLS** | **Boolean** | Use TLS | [optional] **tLSSkipVerify** | **Boolean** | Skip the verification of the server TLS certificate | [optional] **tLSCACertPath** | **String** | Path to the TLS CA certificate file | [optional] **tLSCertPath** | **String** | Path to the TLS client certificate file | [optional] **tLSKeyPath** | **String** | Path to the TLS client key file | [optional]