-hope springs eternal
[oweals/gnunet.git] / src / gns / gnunet-gns-proxy.c
index 4d624c5663edb99a7b9d8adf14e6c6f8c7364bdb..bf1d9f27df397daafde95f5b702982d5e631358f 100644 (file)
@@ -2623,7 +2623,7 @@ generate_gns_certificate (const char *name)
                                  0, "DE", 2);
 
   gnutls_x509_crt_set_dn_by_oid (request, GNUTLS_OID_X520_ORGANIZATION_NAME,
-                                 0, "GNS", 6);
+                                 0, "GADS", 4);
 
   gnutls_x509_crt_set_dn_by_oid (request, GNUTLS_OID_X520_COMMON_NAME,
                                  0, name, strlen (name));