create docker image for acme-nginx
This commit is contained in:
0
dockerfiles/tasks/acme-nginx/cli/.bash_cli
Normal file
0
dockerfiles/tasks/acme-nginx/cli/.bash_cli
Normal file
11
dockerfiles/tasks/acme-nginx/cli/update-scripts
Executable file
11
dockerfiles/tasks/acme-nginx/cli/update-scripts
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
echo -e "\033[36mTODO\033[39m: Implement this command"
|
||||
|
||||
CONFIG='run/docker-compose.yml'
|
||||
|
||||
docker-compose -f ${CONFIG} run --rm app \
|
||||
-k /path/to/account.key \
|
||||
--domain-private-key /path/to/domain.key \
|
||||
--virtual-host /etc/nginx/sites-enabled/customvhost \
|
||||
-o /path/to/signed_certificate.pem \
|
||||
-d example.com -d www.example.com
|
||||
3
dockerfiles/tasks/acme-nginx/cli/update-scripts.help
Normal file
3
dockerfiles/tasks/acme-nginx/cli/update-scripts.help
Normal file
@@ -0,0 +1,3 @@
|
||||
ARGS - The arguments you wish to provide to this command
|
||||
|
||||
TODO: Fill out the help information for this command.
|
||||
1
dockerfiles/tasks/acme-nginx/cli/update-scripts.usage
Normal file
1
dockerfiles/tasks/acme-nginx/cli/update-scripts.usage
Normal file
@@ -0,0 +1 @@
|
||||
ARGS...
|
||||
Reference in New Issue
Block a user