-switching (again) to named sockets, see #2887
[oweals/gnunet.git] / src / transport / gnunet-transport-certificate-creation.c
index ff9a331f13279703d3d8d90d7adb9cb8f5ede72d..497c86eb09a5affa1661256e4283bccb764228ec 100644 (file)
@@ -60,6 +60,8 @@ main (int argc, char **argv)
     return 1;
   }
   removecerts (argv[1], argv[2]);
+  (void) GNUNET_DISK_directory_create_for_file (argv[1]);
+  (void) GNUNET_DISK_directory_create_for_file (argv[2]);
   (void) close (2);                    /* eliminate stderr */
   /* Create RSA Private Key */
   /* openssl genrsa -out $1 1024 2> /dev/null */