diff --git a/soscmd-getcert b/soscmd-getcert new file mode 100755 index 0000000..6636829 --- /dev/null +++ b/soscmd-getcert @@ -0,0 +1,6 @@ +#!/bin/bash +if [ "$*" == "" ]; then + echo ":: Error: No certificate given" + exit 1 +fi +yes "$*"|certbot certonly --standalone