diff --git a/.gitignore b/.gitignore index 28ed8063..fe1b29a7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ var/www/static/ !var/www/static/js/trendingchart.js var/www/templates/header.html var/www/submitted +var/www/server.crt +var/www/server.key # Local config bin/packages/config.cfg @@ -40,6 +42,11 @@ configs/update.cfg update/current_version files +# Helper +bin/helper/gen_cert/rootCA.* +bin/helper/gen_cert/server.* + + # Pystemon archives pystemon/archives diff --git a/doc/README.md b/doc/README.md index 76b016e7..a466c681 100644 --- a/doc/README.md +++ b/doc/README.md @@ -327,7 +327,7 @@ curl https://127.0.0.1:7000/api/v1/get/item --header "Authorization: iHc1_ChZxj1 -### add item tags: `api/v1/add/item/tag` +### Add item tags: `api/v1/add/item/tag` #### Description Add tags to an item.