Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
QA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mayi-operation
QA
Commits
905df990
Commit
905df990
authored
Mar 12, 2019
by
ChongmingDu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ssl cer doc
parent
7f1387fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
ssl证书生成.md
+21
-0
No files found.
ssl证书生成.md
0 → 100644
View file @
905df990
1.
下载certbot-auto
1.
下载certbot-auto
```
wget https://dl.eff.org/certbot-auto
```
2.
添加可执行权限
```
chmod +x certbot-auto
```
3.
安装nginx
```
yum install nginx -y
```
4.
手动更新证书的txt记录, 并在dns里面修改txt记录
```
./certbot-auto certonly -d *.xxxx.com -i --manual
```
5.
配置用nginx自动更新,即可完成
```
./certbot-auto certonly -d *.xxx.com -i nginx
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment