diff options
author | Yigit Sever | 2023-05-25 22:46:46 +0300 |
---|---|---|
committer | Yigit Sever | 2023-05-25 22:46:46 +0300 |
commit | b90d3b0a2db9b9727f4246b14cb97bfcd172598c (patch) | |
tree | 7b1a4af962c655e5006a766a08a73a069e75a0ce | |
parent | 8fb653d74dcbf37d00a2301e2a3ad27c200c5ac1 (diff) | |
download | gradecoin-site-b90d3b0a2db9b9727f4246b14cb97bfcd172598c.tar.gz gradecoin-site-b90d3b0a2db9b9727f4246b14cb97bfcd172598c.tar.bz2 gradecoin-site-b90d3b0a2db9b9727f4246b14cb97bfcd172598c.zip |
Remove public key hosted on site
-rw-r--r-- | content/register_docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/register_docs.md b/content/register_docs.md index f5bd11d..c0210b7 100644 --- a/content/register_docs.md +++ b/content/register_docs.md | |||
@@ -11,7 +11,7 @@ This is enforced with your Student ID (e123456) and a one time password you rece | |||
11 | # Authentication Process | 11 | # Authentication Process |
12 | > The cryptographic outputs you are sending over the network are all Base64 Encoded | 12 | > The cryptographic outputs you are sending over the network are all Base64 Encoded |
13 | 13 | ||
14 | - Gradecoin's Public Key (`gradecoin_public_key`) is listed on our Moodle page and [here](/gradecoin.pub). Download and load it to your client. | 14 | - Gradecoin's Public Key (`gradecoin_public_key`) is listed on our Moodle page. Download and load it to your client. |
15 | - Create a JSON object (`P_AR`) with your `metu_id` ("e"+`6 chars`) and the `public key` you have created before in base64 (PEM) format (`S_PK`) [reference](https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem) | 15 | - Create a JSON object (`P_AR`) with your `metu_id` ("e"+`6 chars`) and the `public key` you have created before in base64 (PEM) format (`S_PK`) [reference](https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem) |
16 | ```json | 16 | ```json |
17 | { | 17 | { |