(data: any)
| 21 | } |
| 22 | |
| 23 | function createFile(data: any) { |
| 24 | console.log(`Writing certificate to ${certOut}`); |
| 25 | fs.writeFileSync(certOut, String(data)); |
| 26 | isFileExist(); |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * this function helps fargate tasks to download the cert instead of getting it from env-vars |
no test coverage detected