Skip to content
Snippets Groups Projects
Commit 3f64ed63 authored by Max Adamo's avatar Max Adamo
Browse files

fix wildcard

parent c8baf536
Branches
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ if __name__ == "__main__":
# if we are here, everything went fine and we can upload the certificates
os.sys.stdout.flush()
if WILDCARD:
UPLOADER = '/root/bin/upload_wildcards.py'
UPLOADER = '/root/bin/upload_wildcards.py -d {}'.format(DOMAIN[0])
if VERBOSE:
UPLOADER += ' -v'
os.system(UPLOADER)
......
......@@ -3,8 +3,8 @@
"""Geant Acme - Upload wildcards
Usage:
geant_acme.py --domain <DOMAIN> [--verbose]
geant_acme.py (-h | --help)
upload_wildcards.py --domain <DOMAIN> [--verbose]
upload_wildcards.py (-h | --help)
Options:
-h --help Show this screen.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment