Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
29629701
Unverified
Commit
29629701
authored
Apr 15, 2021
by
Oleh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
343bc6e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
admin-guide.md
docs/admin-guide.md
+1
-0
healthchecks.md
docs/healthchecks.md
+1
-1
No files found.
docs/admin-guide.md
View file @
29629701
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
-
[
Run sgxwallet in secure mode
](
run-in-hardware-mode.md#run-sgxwallet-in-secure-mode
)
-
[
Run sgxwallet in secure mode
](
run-in-hardware-mode.md#run-sgxwallet-in-secure-mode
)
-
[
Start, stop and upgrade sgxwallet containers
](
run-in-hardware-mode.md#start-stop-and-upgrade-sgxwallet-containers
)
-
[
Start, stop and upgrade sgxwallet containers
](
run-in-hardware-mode.md#start-stop-and-upgrade-sgxwallet-containers
)
-
[
Logging
](
run-in-hardware-mode.md#logging
)
-
[
Logging
](
run-in-hardware-mode.md#logging
)
-
[
Check that your SGXWallet is working correctly
](
healthchecks.md
)
-
[
Backup and recover sgxwallet
](
backup-procedure.md
)
-
[
Backup and recover sgxwallet
](
backup-procedure.md
)
## Community
## Community
...
...
docs/healthc
ke
s.md
→
docs/healthc
heck
s.md
View file @
29629701
...
@@ -41,4 +41,4 @@ curl --cert PATH_TO_CERTS/file.crt --key PATH_TO_CERTS/file.key -X POST --data '
...
@@ -41,4 +41,4 @@ curl --cert PATH_TO_CERTS/file.crt --key PATH_TO_CERTS/file.key -X POST --data '
curl
--cert
PATH_TO_CERTS/file.crt
--key
PATH_TO_CERTS/file.key
-X
POST
--data
'{"jsonrpc":"2.0","method":"ecdsaSignMessageHash","params":{, "keyName":"BLS_KEY:SCHAIN_ID:123456789:NODE_ID:0:DKG_ID:0", "base":16, "messageHash":"09c6137b97cdf159b9950f1492ee059d1e2b10eaf7d51f3a97d61f2eee2e81db"}}'
-H
'content-type:application/json;'
YOUR_SGX_SERVER_URL
-k
curl
--cert
PATH_TO_CERTS/file.crt
--key
PATH_TO_CERTS/file.key
-X
POST
--data
'{"jsonrpc":"2.0","method":"ecdsaSignMessageHash","params":{, "keyName":"BLS_KEY:SCHAIN_ID:123456789:NODE_ID:0:DKG_ID:0", "base":16, "messageHash":"09c6137b97cdf159b9950f1492ee059d1e2b10eaf7d51f3a97d61f2eee2e81db"}}'
-H
'content-type:application/json;'
YOUR_SGX_SERVER_URL
-k
```
```
Any error during one of the calls means that SGXWallet is misconfigured and will not work as you expect. Please try to run SGXWallet in backup mode.
Any error during one of the calls means that SGXWallet is misconfigured and will not work as you expect. Please try to run SGXWallet in backup mode.
\ No newline at end of file
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