]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
src/tlsproxy-setup: Use --sec-param=high.
authorSimon Ruderich <simon@ruderich.org>
Fri, 12 Apr 2013 14:51:52 +0000 (16:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 12 Apr 2013 14:51:52 +0000 (16:51 +0200)
This creates a bigger RSA key. Not really relevant in our case because
the connection stays local (proxy to client), but it's a good example.

src/tlsproxy-setup

index a9e440b74f4a47c4db8dbddcfcf97de659cf0a41..ff5d3bdf3baab3cdadde90a4f6f69f0eeb9f5b37 100755 (executable)
@@ -27,6 +27,7 @@ trap 'rm -f "$tempfile"' EXIT
 
 # Generate proxy CA key file.
 certtool --generate-privkey \
+         --sec-param=high \
          --outfile proxy-ca-key.pem
 # Generate proxy CA.
 echo 'cn = tlsproxy CA' > "$tempfile"
@@ -40,6 +41,7 @@ certtool --generate-self-signed \
 
 # Generate proxy key file.
 certtool --generate-privkey \
+         --sec-param=high \
          --outfile proxy-key.pem
 
 # Generate proxy "invalid" server certificate. It's used for problematic