Lines Matching refs:config
63 'config' => self::CONFIG,
70 'config' => self::CONFIG,
123 $config = [
124 'config' => $configFile,
130 $csr = openssl_csr_new($dn, $this->lastKey, $config);
136 $config,
139 return $config;
145 $config = $this->generateCertAndKey($commonNameForCert, $file, $keyLength, $subjectAltName);
151 openssl_pkey_export($this->lastKey, $keyText, null, $config);
155 unlink($config['config']);
161 … $config = $this->generateCertAndKey($commonNameForCert, $certFile, $keyLength, $subjectAltName);
164 openssl_pkey_export_to_file($this->lastKey, $keyFile, null, $config);
166 unlink($config['config']);