Kin SA

Results 1 issues of Kin SA

To be able to update existing certificate, you can add this : ``` if(file_exists($crt_tmp_file) OR file_exists($key_tmp_file)) { $this->_exec("/root/.local/share/letsencrypt/bin/letsencrypt auth --expand --quiet -a webroot --email postmaster@$domain --domains $lddomain --webroot-path $webroot"); }...