我正在运行 CentOS 6.2 LAMP 并且我刚刚通过 Namecheap 购买了一个 SSL 证书,我正在尝试将其安装在我的服务器上。这是我购买的证书。
如何在不使用网络主机的情况下完成此过程?
到目前为止,我已经安装了 SSL yum install mod_ssl openssl
,现在我被要求通过 NameCheap 提供 CSR 并选择我的服务器类型。
是mod_ssl
和openssl
无论是在那里的Apache2?
什么是 CSR,我该如何生成?
我在网上找到的教程都是使用自签名证书,这不是我想要的。
我只是将 Linux 用于 LAMP 服务器。我目前正在 CentOS 6.4 (x64) 上安装 Apache 2.4。
我如何解决下面的这个错误?
rpmbuild: arguments to --root (-r) must begin with a /
[root@microtrack src]# rpmbuild --rebuild /distcache-1.4.5-23.src.rpm
error: cannot open /distcache-1.4.5-23.src.rpm: No such file or directory
Run Code Online (Sandbox Code Playgroud)