Skip to content

Commit

Permalink
Merge pull request #1271 from danielpeintner/issue-839
Browse files Browse the repository at this point in the history
fix(cli): move serverKey and serverCert under http
  • Loading branch information
relu91 authored Apr 24, 2024
2 parents dbb75d5 + ee83962 commit c000311
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions packages/cli/src/wot-servient-schema.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,7 @@
"scriptAction": {
"type": "boolean",
"default": false
},
"serverKey": {
"type": "string"
},
"serverCert": {
"type": "string"
}
},
"dependencies": {
"serverKey": ["serverCert"],
"serverCert": ["serverKey"]
}
},
"http": {
Expand Down Expand Up @@ -68,6 +58,12 @@
},
"allowSelfSigned": {
"type": "boolean"
},
"serverKey": {
"type": "string"
},
"serverCert": {
"type": "string"
}
}
},
Expand Down

0 comments on commit c000311

Please sign in to comment.