diff options
author | Yigit Sever | 2021-04-16 16:56:21 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 16:56:21 +0300 |
commit | 310011b01342c3fdd77ce264a393549528d1344a (patch) | |
tree | 22e54a6bf27b7e5ff0af80b406428c6f87e8484f /site/public/index.html | |
parent | 8bb38b9eb1fa17c2683b71c4a130a8327e664729 (diff) | |
download | gradecoin-310011b01342c3fdd77ce264a393549528d1344a.tar.gz gradecoin-310011b01342c3fdd77ce264a393549528d1344a.tar.bz2 gradecoin-310011b01342c3fdd77ce264a393549528d1344a.zip |
Ugh. Fix typo
Diffstat (limited to 'site/public/index.html')
-rw-r--r-- | site/public/index.html | 2 |
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> |