commit renew.sh
This commit is contained in:
13
automation/certificates/internal/renew.sh
Normal file
13
automation/certificates/internal/renew.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Starting certificate renew process";
|
||||||
|
|
||||||
|
# loop through the directories
|
||||||
|
for dir in */ ; do
|
||||||
|
echo "Entering ${dir}";
|
||||||
|
|
||||||
|
# run the issue script in each dir
|
||||||
|
(cd "${dir}" && ./renew.sh);
|
||||||
|
done;
|
||||||
|
|
||||||
|
echo "Finished certificate renew process";
|
||||||
Reference in New Issue
Block a user