Made message signing in Cryptography use SHA512 as the message content for... #1
2 changed files with 8 additions and 2 deletions
|
@ -4,7 +4,10 @@
|
||||||
"name": "coffee",
|
"name": "coffee",
|
||||||
"domain": "coffee.com",
|
"domain": "coffee.com",
|
||||||
"rpc_endpoint": "http://127.0.0.0:8086/",
|
"rpc_endpoint": "http://127.0.0.0:8086/",
|
||||||
"dns_mocks": []
|
"dns_mocks": {
|
||||||
|
"teapot.com": "v=socialbox;sb-rpc=http://127.0.0.0:8087/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0",
|
||||||
|
"coffee.com": "v=socialbox;sb-rpc=http://127.0.0.0:8086/;sb-key=sig:g59Cf8j1wmQmRg1MkveYbpdiZ-1-_hFU9eRRJmQAwmc;sb-exp=0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"security": {
|
"security": {
|
||||||
"display_internal_exceptions": false,
|
"display_internal_exceptions": false,
|
||||||
|
|
|
@ -4,7 +4,10 @@
|
||||||
"name": "teapot",
|
"name": "teapot",
|
||||||
"domain": "teapot.com",
|
"domain": "teapot.com",
|
||||||
"rpc_endpoint": "http://127.0.0.0:8087/",
|
"rpc_endpoint": "http://127.0.0.0:8087/",
|
||||||
"dns_mocks": []
|
"dns_mocks": {
|
||||||
|
"teapot.com": "v=socialbox;sb-rpc=http://127.0.0.0:8087/;sb-key=sig:MDXUuripAo_IAv-EZTEoFhpIdhsXxfMLNunSnQzxYiY;sb-exp=0",
|
||||||
|
"coffee.com": "v=socialbox;sb-rpc=http://127.0.0.0:8086/;sb-key=sig:g59Cf8j1wmQmRg1MkveYbpdiZ-1-_hFU9eRRJmQAwmc;sb-exp=0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"security": {
|
"security": {
|
||||||
"display_internal_exceptions": false,
|
"display_internal_exceptions": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue