我正在尝试在我的godaddy共享托管(启用cPanel)上设置免费HTTPS,并在我的mac上https://github.com/Neilpang/acme.sh上显示信息。
但是我被卡住了......
到目前为止我做了什么:
git clone https://github.com/Neilpang/acme.sh.git cd ./acme.sh ./acme.sh --install
3.关闭连接并重新建立(需要如路径右侧或其他所示)
4.发证书:
acme.sh --issue -d mydomain.com -w www --debug
我发现www是我的网站所在的目录... 大约10秒后,命令显示“证书成功”
--apache-- acme.sh --installcert -d example.com \ --certpath /path/to/certfile/in/apache/cert.pem \ --keypath /path/to/keyfile/in/apache/key.pem \ --fullchainpath /path/to/fullchain/certfile/apache/fullchain.pem \ --reloadcmd "service apache2 restart"
or
-nginx- acme.sh --installcert -d example.com \ --keypath /path/to/keyfile/in/nginx/key.pem \ --fullchainpath /path/to/fullchain/nginx/cert.pem \ --reloadcmd "service nginx restart"
我猜godaddy正在使用apache? 这些/ path / to / certfile / in /目录是什么?什么是我的godaddy装置?