diff --git a/generatelocalcerts.sh b/generatelocalcerts.sh new file mode 100644 index 0000000000000000000000000000000000000000..0715af670700a98561f17eb556b55574f9bfb1eb --- /dev/null +++ b/generatelocalcerts.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +echo "CREATING LOCAL CERTIFICATES" + +bash ./scripts/ca.sh +bash ./scripts/db.sh +bash ./scripts/proxy.sh +bash ./scripts/web.sh \ No newline at end of file