diff --git a/USAGE.md b/USAGE.md index 75a05f6..d3be02e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -4,7 +4,20 @@ This hasn't been written yet, but it will contain good information on all the da ## User dashboard -TODO +The sample frontend shows a user's devices in a table like this: + +> ``` +> Host SSL +> mypc.myuser.mynet cert / key [DELETE] +> myphone.myuser.mynet cert / key [DELETE] +> mylaptop.myuser.mynet cert / key [DELETE] +> ``` + +The first column is each host's domain name. The next column has links for users to download an SSL cert/key for that device. Finally there is a button to delete that host. (Every host has a DELETE button, but the backend will not let you delete the device you are connecting from) + +Below the devices list is a place to add a device: + + ## User API