MongoDB-在CFG文件中配置加密

时间:2019-04-08 15:39:38

标签: mongodb

MongoDB v4 Ent,Windows Server 2016 Std

从命令行启动mongodb可以正常工作:

mongod --enableEncryption --encryptionKeyFile  c:\key\mongodb-keyfile

现在,我需要更改mongod.cfg,以便Windows服务在启用加密的情况下启动。在文件中添加以下参数

security:
  enableEncryption: true
  encryptionKeyFile: c:\key\mongodb-keyfile

启动时服务抛出错误

error 1067: the process terminated unexpectedly

有什么想法吗?

0 个答案:

没有答案