未找到Centos genkey命令

前端之家收集整理的这篇文章主要介绍了未找到Centos genkey命令前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我按照本教程设置了一个邮件服务器: http://www.campworld.net/…

当我尝试输入此命令时遇到错误

genkey --days 3650 mail.mydomain.com
-bash: genkey: command not found
检查你的PATH,genkey应该是/usr/bin/genkey,所以你应该确保/usr/bin在你的路径中
yum provides */genkey
...
crypto-utils-2.4.1-24.2.el6.x86_64 : SSL certificate and key management
                               : utilities
Repo        : base
Matched from:
Filename    : /usr/bin/genkey.

如果你的路径很好,你可以安装genkey

yum install crypto-utils
原文链接:https://www.f2er.com/centos/373437.html

猜你在找的CentOS相关文章