Simplify certficate installation process
This commit is contained in:
parent
e5cedf059c
commit
9b763d3ba2
1 changed files with 6 additions and 0 deletions
6
soscmd-getcert
Executable file
6
soscmd-getcert
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ "$*" == "" ]; then
|
||||
echo ":: Error: No certificate given"
|
||||
exit 1
|
||||
fi
|
||||
yes "$*"|certbot certonly --standalone
|
Loading…
Reference in a new issue