Home | History | Annotate | Download | only in test

Lines Matching refs:with

95         with tempfile.NamedTemporaryFile(delete=False) as f:
100 with open(req_file, 'w') as f:
106 with tempfile.NamedTemporaryFile(delete=False) as f:
121 with open(cert_file, 'r') as f:
123 with open(key_file, 'r') as f:
137 with open(os.path.join('cadir','index.txt'),'a+') as f:
139 with open(os.path.join('cadir','crl.txt'),'a+') as f:
141 with open(os.path.join('cadir','index.txt.attr'),'w+') as f:
144 with tempfile.NamedTemporaryFile("w") as t:
147 with tempfile.NamedTemporaryFile() as f:
164 with open('ssl_cert.pem', 'w') as f:
166 with open('ssl_key.pem', 'w') as f:
172 with open('keycert.pem', 'w') as f:
176 with open('keycert.passwd.pem', 'a+') as f:
182 with open('keycert2.pem', 'w') as f:
187 with open('keycert3.pem', 'w') as f:
192 with open('keycert4.pem', 'w') as f:
211 with open('allsans.pem', 'w') as f: