diff --git a/feeds/tip/cloud_discovery/files/usr/bin/est_client b/feeds/tip/cloud_discovery/files/usr/bin/est_client index a5ce04b8..569c478d 100755 --- a/feeds/tip/cloud_discovery/files/usr/bin/est_client +++ b/feeds/tip/cloud_discovery/files/usr/bin/est_client @@ -9,7 +9,7 @@ import * as fs from 'fs'; ulog_open(ULOG_SYSLOG | ULOG_STDIO, LOG_DAEMON, "est_client"); function generate_csr(cert) { - if (!fs.stat('/rmp/csr.nohdr.p10')) { + if (!fs.stat('/tmp/csr.nohdr.p10')) { let pipe = fs.popen(`openssl x509 -in ${cert} -noout -subject`); let subject = pipe.read("all"); pipe.close();