soscmd/soscmd-getcert

7 lines
125 B
Text
Raw Normal View History

#!/bin/bash
if [ "$*" == "" ]; then
echo ":: Error: No certificate given"
exit 1
fi
yes "$*"|certbot certonly --standalone