add ssl script
This commit is contained in:
5
second_ssl.sh
Executable file
5
second_ssl.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source .env
|
||||
|
||||
docker exec -it ${CONTAINER_NAME_FREEIPA} bash -c '/usr/local/sbin/install.sh && /usr/local/sbin/renew.sh'
|
||||
Reference in New Issue
Block a user