(一) 这就是指引????
我就想问问解压出来的文件,要放到服务器吧?(假如要放,放到哪里?我系统Centos7.2)
[图片]
(二)上面的问题,初步解决。现在有新问题:
编辑ssl.conf重新启动 Apache:
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
不编辑,提示证书风险。
[图片]
为什么?
我试着用厨师测试厨房进行简单的测试:
describe file('/opt/test_file.txt') do
it { should exist }
end
我可以在我的厨房机器(virtualBox/centos7.2)上使用厨房验证轻松地运行这个测试。
如何在安装在厨房机器中的码头集装箱内运行此测试?
我有三台云服务器(centos7.2 64位),采用内网IP配置SSH互信。
执行总是报错如下:
ssh - keygen -t rsa -P
ssh: Could not resolve hostname -: Name or service not known
其中,hostname采用命令:
hostnamectl set-hostname bzg001设置
/etc/hostname也改了:
bzg001
/etc/hosts也设置了:
127.0.0.1 bzg001 localhost
172.27.0.14 bzg001 localhost
172.27.0.2 bzg002