V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
chinajik
V2EX  ›  互联网

Let's Encrypt 邮件收到...这个怎么用?..

  •  
  •   chinajik · 2015-11-10 13:34:40 +08:00 · 2076 次点击
    这是一个创建于 3091 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Quick Start

    To use Let's Encrypt's official client to obtain your real certificates, you will need to provide the production API URL on the command line:

    https://acme-v01.api.letsencrypt.org/directory
    When running the Python client (installation directions [1]), be sure to specify the --server argument as shown below:

    git clone https://github.com/letsencrypt/letsencrypt
    cd letsencrypt
    ./letsencrypt-auto --agree-dev-preview --server \
    https://acme-v01.api.letsencrypt.org/directory certonly
    If you are using a different ACME client, be sure to configure it to use the production URL in order to get valid certificates. Many clients will default to the staging URL.

    这个已经弄完了..然后呢?.. 是生成一组 sencrypt 我去配置到自己的 nginx 里面嘛?..

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   930 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 22:44 · PVG 06:44 · LAX 15:44 · JFK 18:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.