diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/generate-self-signed-certificate | 3 | ||||
-rwxr-xr-x | bin/matrix-commander | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/generate-self-signed-certificate b/bin/generate-self-signed-certificate new file mode 100755 index 0000000..8f9cf6a --- /dev/null +++ b/bin/generate-self-signed-certificate @@ -0,0 +1,3 @@ +#!/bin/sh + +openssl req -x509 -nodes -newkey rsa:2048 -keyout docker/nginx/self-signed.key -out docker/nginx/self-signed.crt -subj "/CN=localhost" diff --git a/bin/matrix-commander b/bin/matrix-commander new file mode 100755 index 0000000..87ea5ae --- /dev/null +++ b/bin/matrix-commander @@ -0,0 +1,3 @@ +#!/bin/sh + +matrix-commander --no-ssl --plain -c credentials.json $@ |