diff options
author | alpaylan | 2021-04-16 16:18:04 +0300 |
---|---|---|
committer | alpaylan | 2021-04-16 16:18:04 +0300 |
commit | c28b07a494ea39f91283601251061366a9f5e93e (patch) | |
tree | 8ccc41eaa52c6bf7e5cdb2e3c1ce688e20c64e1a /site/public/register-docs/index.html | |
parent | 7c0cf00841aad9b95141f86ab5c3f81c722b22e1 (diff) | |
parent | a4667e5b15273bea2e5eb2f1b417b35e0de12e5e (diff) | |
download | gradecoin-c28b07a494ea39f91283601251061366a9f5e93e.tar.gz gradecoin-c28b07a494ea39f91283601251061366a9f5e93e.tar.bz2 gradecoin-c28b07a494ea39f91283601251061366a9f5e93e.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;"> |