<gf-form-switchclass="gf-form"label="With Credentials"tooltip="Whether credentials such as cookies or auth headers should be sent with cross-site requests."checked="current.withCredentials"label-class="width-11"switch-class="max-width-6"></gf-form-switch>
<gf-form-switchclass="gf-form"ng-if="current.access=='proxy'"label="With CA Cert"tooltip="Needed for verifing self-signed TLS Certs"checked="current.jsonData.tlsAuthWithCACert"label-class="width-11"switch-class="max-width-6"></gf-form-switch>
<textarearows="7"class="gf-form-input gf-form-textarea"ng-model="current.secureJsonData.tlsCACert"placeholder="Begins with -----BEGIN CERTIFICATE-----. The CA Certificate is necessary if you are using self-signed certificates."></textarea>
<textarearows="7"class="gf-form-input gf-form-textarea"ng-model="current.secureJsonData.tlsCACert"placeholder="Begins with -----BEGIN CERTIFICATE-----"></textarea>
<textarearows="7"class="gf-form-input gf-form-textarea"ng-model="current.secureJsonData.tlsClientCert"placeholder="Begins with -----BEGIN CERTIFICATE-----"required></textarea>
<textarearows="7"class="gf-form-input gf-form-textarea"ng-model="current.secureJsonData.tlsClientCert"placeholder="Begins with -----BEGIN CERTIFICATE-----"required></textarea>