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 里面嘛?..