diff options
Diffstat (limited to 'third_party/git/t/lib-httpd/ssl.cnf')
-rw-r--r-- | third_party/git/t/lib-httpd/ssl.cnf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/git/t/lib-httpd/ssl.cnf b/third_party/git/t/lib-httpd/ssl.cnf new file mode 100644 index 000000000000..6dab2579cbf9 --- /dev/null +++ b/third_party/git/t/lib-httpd/ssl.cnf @@ -0,0 +1,8 @@ +RANDFILE = $ENV::RANDFILE_PATH + +[ req ] +default_bits = 1024 +distinguished_name = req_distinguished_name +prompt = no +[ req_distinguished_name ] +commonName = 127.0.0.1 |