godaddy分享了主机acme.sh

时间:2016-12-04 07:30:48

标签: apache ssl shared-hosting

我正在尝试在我的godaddy共享托管(启用cPanel)上设置免费HTTPS,并在我的mac上https://github.com/Neilpang/acme.sh上显示信息。

但是我被卡住了......

到目前为止我做了什么:

  1. 建立与服务器的SSH连接
  2. 按照记录安装了极致:
  3. 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秒后,命令显示“证书成功”

    1. 然后我迷路了...... acme网站上写着“3.将发布的证书安装到Apache / Nginx等”。 使用如下命令:
    2. --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装置?

0 个答案:

没有答案