diff ui/sslconnection.cpp @ 409:09bb19e5e369

Remove m13 mentions and change test certificate to intevation.de
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 16 Apr 2014 14:00:12 +0000
parents 17e1c8f37d72
children f8b480b08532
line wrap: on
line diff
--- a/ui/sslconnection.cpp	Wed Apr 16 13:41:10 2014 +0000
+++ b/ui/sslconnection.cpp	Wed Apr 16 14:00:12 2014 +0000
@@ -47,7 +47,7 @@
     memset(&mSavedSession, 0, sizeof( ssl_session ) );
 
     if (certificate.isEmpty()) {
-        QFile certResource(":certs/kolab.org");
+        QFile certResource(":certs/intevation.de");
         certResource.open(QFile::ReadOnly);
         mPinnedCert = certResource.readAll();
         certResource.close();

http://wald.intevation.org/projects/trustbridge/