Simplify certficate installation process

This commit is contained in:
The StarOpenSource Project 2024-03-15 02:17:56 +01:00
parent e5cedf059c
commit 9b763d3ba2

6
soscmd-getcert Executable file
View file

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