aboutsummaryrefslogtreecommitdiffstats
path: root/site/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/index.html')
-rw-r--r--site/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/public/index.html b/site/public/index.html
index 3ac7d8e..ca85dbf 100644
--- a/site/public/index.html
+++ b/site/public/index.html
@@ -214,8 +214,8 @@ The server is programmed in <a href="https://www.service-architecture.com/articl
214<p>Gradecoin uses 2048 bit RSA keypairs.</p> 214<p>Gradecoin uses 2048 bit RSA keypairs.</p>
215<h1 id="services">Services</h1> 215<h1 id="services">Services</h1>
216<h2 id="register">/register</h2> 216<h2 id="register">/register</h2>
217<p>-Create your own 2048 bit RSA <code>keypair</code></p>
218<ul> 217<ul>
218<li>Create your own 2048 bit RSA <code>keypair</code></li>
219<li>Download <code>Gradecoin</code>'s Public Key from <a href="https://odtuclass.metu.edu.tr/my/">Moodle</a></li> 219<li>Download <code>Gradecoin</code>'s Public Key from <a href="https://odtuclass.metu.edu.tr/my/">Moodle</a></li>
220<li>Encrypt your <a href="https://www.json.org/json-en.html">JSON</a> wrapped <code>Public Key</code>, <code>Student ID</code> and one time <code>passwd</code> using Gradecoin's Public Key</li> 220<li>Encrypt your <a href="https://www.json.org/json-en.html">JSON</a> wrapped <code>Public Key</code>, <code>Student ID</code> and one time <code>passwd</code> using Gradecoin's Public Key</li>
221<li>Your public key is now in our database and can be used to sign your JWT's during requests</li> 221<li>Your public key is now in our database and can be used to sign your JWT's during requests</li>