diff options
author | alpaylan | 2021-04-16 16:18:04 +0300 |
---|---|---|
committer | alpaylan | 2021-04-16 16:18:04 +0300 |
commit | 9a9bc6522810d49a46f6762cca68daf81ba60390 (patch) | |
tree | fbeb58f166b322429763c1fdffd86fc05df75410 /site/public/register-docs/index.html | |
parent | 1be1c3b87b06ee097828c1915eee63e3286cda00 (diff) | |
parent | 764aede8aae695981ee00c1aea3e82253aca02b7 (diff) | |
download | gradecoin-9a9bc6522810d49a46f6762cca68daf81ba60390.tar.gz gradecoin-9a9bc6522810d49a46f6762cca68daf81ba60390.tar.bz2 gradecoin-9a9bc6522810d49a46f6762cca68daf81ba60390.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/public/register-docs/index.html')
-rw-r--r-- | site/public/register-docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/public/register-docs/index.html b/site/public/register-docs/index.html index 4f66486..53d86dd 100644 --- a/site/public/register-docs/index.html +++ b/site/public/register-docs/index.html | |||
@@ -106,7 +106,7 @@ This is enforced with your Student ID (e123456) and a one time password you will | |||
106 | <p>The bytes you are sending over the network are all Base64 Encoded</p> | 106 | <p>The bytes you are sending over the network are all Base64 Encoded</p> |
107 | </blockquote> | 107 | </blockquote> |
108 | <ul> | 108 | <ul> |
109 | <li>Gradecoin's Public Key (<code>gradecoin_public_key</code>) is listed on our Moodle page. Download and load it it to your client.</li> | 109 | <li>Gradecoin's Public Key (<code>gradecoin_public_key</code>) is listed on our Moodle page and <a href="/gradecoin.pub">here</a>. Download and load it it to your client.</li> |
110 | <li>Create a JSON object (<code>P_AR</code>) with your <code>metu_id</code> ("e"+<code>6 chars</code>) and <code>public key</code> in base64 (PEM) format (<code>S_PK</code>) <a href="https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem">reference</a></li> | 110 | <li>Create a JSON object (<code>P_AR</code>) with your <code>metu_id</code> ("e"+<code>6 chars</code>) and <code>public key</code> in base64 (PEM) format (<code>S_PK</code>) <a href="https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem">reference</a></li> |
111 | </ul> | 111 | </ul> |
112 | <pre style="background-color:#ffffff;"> | 112 | <pre style="background-color:#ffffff;"> |