Showing
6 changed files
with
10 additions
and
4 deletions
No preview for this file type
| ... | @@ -60,7 +60,7 @@ https 证书:iclearApiSSL.p12 | ... | @@ -60,7 +60,7 @@ https 证书:iclearApiSSL.p12 |
| 60 | 60 | ||
| 61 | 61 | ||
| 62 | 62 | ||
| 63 | - | 63 | +keytool -genkey -alias iclearApiSSL -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -storetype PKCS12 -keystore d:\iclearApiSSL.p12 -validity 731 -storepass iclear -keypass iclear |
| 64 | 64 | ||
| 65 | 65 | ||
| 66 | 66 | ... | ... |
doc/数据推送接口文档v4.docx
0 → 100644
No preview for this file type
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | <groupId>com.erry.iclear</groupId> | 11 | <groupId>com.erry.iclear</groupId> |
| 12 | <artifactId>iclear-api</artifactId> | 12 | <artifactId>iclear-api</artifactId> |
| 13 | <version>0.0.1-SNAPSHOT</version> | 13 | <version>0.0.1-SNAPSHOT</version> |
| 14 | - <packaging>war</packaging> | 14 | + <packaging>jar</packaging> |
| 15 | <name>iClear-api</name> | 15 | <name>iClear-api</name> |
| 16 | <description>iClear-api</description> | 16 | <description>iClear-api</description> |
| 17 | <properties> | 17 | <properties> | ... | ... |
| 1 | server: | 1 | server: |
| 2 | - port: 8080 | 2 | + port: 8780 |
| 3 | ssl: | 3 | ssl: |
| 4 | + enabled: true | ||
| 5 | + key-store-type: PKCS12 | ||
| 4 | key-store: classpath:iclearApiSSL.p12 | 6 | key-store: classpath:iclearApiSSL.p12 |
| 5 | key-store-password: iclear | 7 | key-store-password: iclear |
| 6 | - key-alias: tomcathttps | 8 | + key-alias: iclearApiSSL |
| 9 | + | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + | ||
| 7 | 13 | ||
| 8 | spring: | 14 | spring: |
| 9 | application: | 15 | application: | ... | ... |
No preview for this file type
-
Please register or login to post a comment