Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
fangyeqing
8 years ago
Commit
0020d0fc1b8afd3ad30143e304155b36dbaae18e
1 parent
b6d188c4
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
0020d0f
...
...
@@ -5,7 +5,7 @@
### https证书
-
生成ssl证书${user.home}/.keystore,其中密码设置为xkl2016:
生成ssl证书${user.home}/.keystore,其中密码设置为xkl2016:
```
keytool -genkey -alias xkl-demo -keypass xkl2016 -keyalg RSA -keysize 1024 -validity 1024 -keystore ~/.keystore -storepass xkl2016 -dname "CN=139.129.166.85, OU=hanhezy, O=hanhezy, L=bj, ST=bj, C=cn"
```
...
...
@@ -13,6 +13,7 @@ keytool -genkey -alias xkl-demo -keypass xkl2016 -keyalg RSA -keysize 1024 -vali
```
keytool -list -v -keystore .keystore -storepass xkl2016
```
### 部署
代码
```
...
...
Please
register
or
login
to post a comment