Project

General

Profile

« Previous | Next » 

Revision f7b35fcd

Added by Scott Ullrich about 17 years ago

Ensure /var/etc/ssl exists

View differences:

usr/local/www/system_advanced_create_certs.php
65 65

  
66 66
    /* Write out /var/etc/ssl/openssl.cnf */
67 67
    conf_mount_rw();
68
	safe_mkdir("/var/etc/ssl/");
68 69
    $fd = fopen("/var/etc/ssl/openssl.cnf", "w");
69 70
    fwrite($fd, "");
70 71
    fwrite($fd, "[ req ]\n");

Also available in: Unified diff