diff options
Diffstat (limited to 'testing/csync2/csync2-openssl.cnf')
-rw-r--r-- | testing/csync2/csync2-openssl.cnf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/csync2/csync2-openssl.cnf b/testing/csync2/csync2-openssl.cnf deleted file mode 100644 index 7f64b1c2ed..0000000000 --- a/testing/csync2/csync2-openssl.cnf +++ /dev/null @@ -1,31 +0,0 @@ -[ req ] -default_bits = 1024 -encrypt_key = yes -distinguished_name = req_dn -x509_extensions = cert_type -prompt = no - -[ req_dn ] -# country (2 letter code) -#C=UA - -# State or Province Name (full name) -#ST= - -# Locality Name (eg. city) -#L=Kyiv - -# Organization (eg. company) -#O=CSync2 - -# Organizational Unit Name (eg. section) -OU=CSYNC2 Server - -# Common Name (*.example.com is also possible) -CN=csync2.example.com - -# E-mail contact -emailAddress=root@example.com - -[ cert_type ] -nsCertType = server |