Skip to content
Snippets Groups Projects
Commit 1e1ce719 authored by Martin van Es's avatar Martin van Es
Browse files

Update README.md

parent 5534d08e
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,13 @@ Alternate MDX research project ...@@ -9,4 +9,13 @@ Alternate MDX research project
- Create (self-signed) metadata signing cert (```meta.crt/meta.key```) - Create (self-signed) metadata signing cert (```meta.crt/meta.key```)
- Create output directory (```mkdir output```) - Create output directory (```mkdir output```)
- Download metadata file(s) - Download metadata file(s)
- Run ```./mdsigner <metadata file(s)>``` - Run one or more of the tools below
\ No newline at end of file
## ```mdsigner.py [mdfile] [mdfile] [mdfile] ...```
Reads source metadata file(s) and outputs them signed to filesystem
## ```mdserver.py [mdfile] [mdfile] [mdfile] ...```
Reads source metadata files(s). Serves and caches them signed from memory, on request
## ```mdproxy.py```
Caches signed and cached ```mdserver.py``` metadata requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment