diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-12-06 18:51:45 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-12-06 18:51:45 +0000 |
commit | e79d0b6b5683ffcc00299a807a7f4375c7faae89 (patch) | |
tree | b9a6b499792172e224f92801918ad54df5700ef5 /certs | |
parent | b737fdbee9134c90f7972bc977d46ea06adf21f0 (diff) | |
download | prosody-e79d0b6b5683ffcc00299a807a7f4375c7faae89.tar.gz prosody-e79d0b6b5683ffcc00299a807a7f4375c7faae89.zip |
certs/openssl.cnf: Change countryName from UK to GB
Diffstat (limited to 'certs')
-rw-r--r-- | certs/openssl.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/openssl.cnf b/certs/openssl.cnf index 9e72abe4..44fc0424 100644 --- a/certs/openssl.cnf +++ b/certs/openssl.cnf @@ -22,7 +22,7 @@ prompt = no [ distinguished_name ] commonName = example.com -countryName = UK +countryName = GB localityName = The Internet organizationName = Your Organisation organizationalUnitName = XMPP Department |