linux - -bash : certutil: command not found

标签 linux certificate

我在 Raspberry PI 上有一个 Debian GNU buld。我正在尝试为网站安装证书。大多数论坛都在谈论需要 CertUtil。但该命令未被识别。谷歌没有发现类似的问题。

最佳答案

apt-get update       
apt-get install libnss3-tools

这应该会安装所需的库。

关于linux - -bash : certutil: command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28625178/

相关文章:

java - 获取并安装 SSL 证书

c - 使用 C 来自动化命令行实用程序的选项有哪些?

c - Linux,C,epoll()读取: server did not get notified for the rest bytes

java - 如何将 .cer 证书导入 java keystore ?

java - 使用 jdk 中提供的 keytool 生成 SSL 证书

ruby-on-rails - "Certificate verify failed"使用 http ://rubygems. org 而不是 https

ios - 如果我撤销现有的 iOS 开发中心开发证书,是否会搞砸任何其他使用它的开发人员?

linux - 如何停止C++代码的运行

linux - 为什么在 Linux 中 spin_lock 和 spin_unlock 之间的中断被禁用?

linux - 如何避免在 perl 脚本中硬编码用户名/密码