We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1. 安装 acme.sh curl https://get.acme.sh | sh 2. 进入acme 目录 `cd ~/.acme.sh/` 3. 验证域名 通过nginx方式 key生成在 acme.sh 目录下的 linair.xyz下 ./acme.sh --issue -d linair.xyz -d www.linair.xyz --nginx 4. 创建 ssl 目录 mkdir /etc/nginx/ssl/linair.xyz 5. 将证书安装到 /etc/nginx/ssl 目录下 ./acme.sh --installcert -d linair.xyz \ --key-file /etc/nginx/ssl/linair.xyz/linair.key \ --fullchain-file /etc/nginx/ssl/linair.xyz/fullchain.cer \ --reloadcmd "service nginx force-reload" 6.修改配置文件
详见 #5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
详见 #5
The text was updated successfully, but these errors were encountered: