From 00942c1431c551e0bded111271be9b69f5261d91 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 27 Feb 2012 15:05:45 +1300 Subject: Add upstream certificate lookup. This initiates a connection to the server to obtain certificate information to generate interception certificates. At the moment, the information used is the Common Name, and the list of Subject Alternative Names. --- libmproxy/resources/cert.cnf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmproxy/resources') diff --git a/libmproxy/resources/cert.cnf b/libmproxy/resources/cert.cnf index 5f80c2d6..4f2525a9 100644 --- a/libmproxy/resources/cert.cnf +++ b/libmproxy/resources/cert.cnf @@ -28,3 +28,5 @@ basicConstraints = CA:false keyUsage = nonRepudiation, digitalSignature, keyEncipherment nsCertType = server +[ alt_names ] +%(sans)s -- cgit v1.2.3