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/content/_index.md | |
parent | 8bb38b9eb1fa17c2683b71c4a130a8327e664729 (diff) | |
download | gradecoin-310011b01342c3fdd77ce264a393549528d1344a.tar.gz gradecoin-310011b01342c3fdd77ce264a393549528d1344a.tar.bz2 gradecoin-310011b01342c3fdd77ce264a393549528d1344a.zip |
Ugh. Fix typo
Diffstat (limited to 'site/content/_index.md')
-rw-r--r-- | site/content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/_index.md b/site/content/_index.md index 40b18fe..28700df 100644 --- a/site/content/_index.md +++ b/site/content/_index.md | |||
@@ -35,7 +35,7 @@ Gradecoin uses 2048 bit RSA keypairs. | |||
35 | 35 | ||
36 | # Services | 36 | # Services |
37 | ## /register | 37 | ## /register |
38 | -Create your own 2048 bit RSA `keypair` | 38 | - Create your own 2048 bit RSA `keypair` |
39 | - Download `Gradecoin`'s Public Key from [Moodle](https://odtuclass.metu.edu.tr/my/) | 39 | - Download `Gradecoin`'s Public Key from [Moodle](https://odtuclass.metu.edu.tr/my/) |
40 | - Encrypt your [JSON](https://www.json.org/json-en.html) wrapped `Public Key`, `Student ID` and one time `passwd` using Gradecoin's Public Key | 40 | - Encrypt your [JSON](https://www.json.org/json-en.html) wrapped `Public Key`, `Student ID` and one time `passwd` using Gradecoin's Public Key |
41 | - Your public key is now in our database and can be used to sign your JWT's during requests | 41 | - Your public key is now in our database and can be used to sign your JWT's during requests |