Skip to content

Instantly share code, notes, and snippets.

@movii
Created March 13, 2018 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save movii/c9dddbb95029734b206e2094bcdb6fe5 to your computer and use it in GitHub Desktop.
Save movii/c9dddbb95029734b206e2094bcdb6fe5 to your computer and use it in GitHub Desktop.
使用 Let’s Encrypt 配置站点 SSL/TLS 遇到一些问题 - 11
certbot
certonly \
--webroot \
--agree-tos \
--email YOUR@EMAIL.COM \
--webroot-path /var/www/subdomain \
--expand --domains subdomain.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment