migrate certs into the blobs database

use platformdata/nginx/cert to store the certs
This commit is contained in:
Girish Ramakrishnan
2021-05-07 20:19:18 -07:00
parent 182918b13d
commit 84af9580a6
7 changed files with 84 additions and 26 deletions
+2
View File
@@ -14,6 +14,8 @@ exports = module.exports = {
SFTP_PUBLIC_KEY: 'sftp_public_key',
SFTP_PRIVATE_KEY: 'sftp_private_key',
CERT_PREFIX: 'cert',
_clear: clear
};