Searched refs:CertificateSpec (Results 1 – 2 of 2) sorted by relevance
/curl/tests/http/testenv/ |
H A D | env.py | 37 from .certs import CertificateSpec, Credentials, TestCA 147 …CertificateSpec(domains=[self.domain1, self.domain1brotli, 'localhost', '127.0.0.1'], key_type='rs… 148 CertificateSpec(domains=[self.domain2], key_type='rsa2048'), 149 CertificateSpec(domains=[self.ftp_domain], key_type='rsa2048'), 150 CertificateSpec(domains=[self.proxy_domain, '127.0.0.1'], key_type='rsa2048'), 151 CertificateSpec(name="clientsX", sub_specs=[ 152 CertificateSpec(name="user1", client=True),
|
H A D | certs.py | 73 class CertificateSpec: class 199 def issue_certs(self, specs: List[CertificateSpec], argument 203 def issue_cert(self, spec: CertificateSpec, argument 352 def create_credentials(spec: CertificateSpec, issuer: Credentials, key_type: Any, argument
|
Completed in 6 milliseconds