Skip to content
Snippets Groups Projects
Unverified Commit d8d4d28a authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

improving READM.md

parent 2aa737da
No related branches found
No related tags found
No related merge requests found
Pipeline #29691 passed
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
1. [usage](#usage) 1. [usage](#usage)
1. [compatibility](#compatibility) 1. [compatibility](#compatibility)
1. [build](#build) 1. [build](#build)
1. [links](#links)
Fetches and stores a given Certificate, Full Chain, CA and Private Key. Fetches and stores a given Certificate, Full Chain, CA and Private Key.
...@@ -26,10 +27,12 @@ ACME Downloader: ...@@ -26,10 +27,12 @@ ACME Downloader:
- fetches and stores a given Certificate, Full Chain, CA and Private Key - fetches and stores a given Certificate, Full Chain, CA and Private Key
Usage: Usage:
acme-downloader --redis-token=REDISTOKEN --vault-token=VAULTTOKEN --cert-name=CERTNAME --team-name=TEAMNAME [--days=DAYS] [--type=TYPE] [--cert-destination=CERTDESTINATION] [--fullchain-destination=FULLCHAINDESTINATION] [--key-destination=KEYDESTINATION] [--ca-destination=CADESTINATION] acme-downloader --redis-token=REDISTOKEN --vault-token=VAULTTOKEN --cert-name=CERTNAME --team-name=TEAMNAME [--silent] [--days=DAYS] [--type=TYPE] [--cert-destination=CERTDESTINATION] [--fullchain-destination=FULLCHAINDESTINATION] [--key-destination=KEYDESTINATION] [--ca-destination=CADESTINATION] [--wildcard]
acme-downloader -h | --help acme-downloader -h | --help
acme-downloader -v | --version acme-downloader -v | --version
acme-downloader -b | --build acme-downloader -b | --build
acme-downloader --update
acme-downloader --check-version
Options: Options:
-h --help Show this screen -h --help Show this screen
...@@ -38,7 +41,7 @@ Options: ...@@ -38,7 +41,7 @@ Options:
--redis-token=REDISTOKEN Redis access token --redis-token=REDISTOKEN Redis access token
--vault-token=VAULTTOKEN Vault access token --vault-token=VAULTTOKEN Vault access token
--cert-name=CERTNAME Certificate name --cert-name=CERTNAME Certificate name
--team-name=TEAMNAME Team name: swd, dream_team, it, ne, ti... --team-name=TEAMNAME Team name: swd, it, ne, ti,...
--days=DAYS Days before expiration [default: 30] --days=DAYS Days before expiration [default: 30]
--type=TYPE Type, EV or OV [default: EV] --type=TYPE Type, EV or OV [default: EV]
--cert-destination=CERTDESTINATION Cert Destination [default: /etc/ssl/certs/<cert-name>.crt] --cert-destination=CERTDESTINATION Cert Destination [default: /etc/ssl/certs/<cert-name>.crt]
...@@ -46,6 +49,8 @@ Options: ...@@ -46,6 +49,8 @@ Options:
--key-destination=KEYDESTINATION Key Destination [default: /etc/ssl/private/<cert-name>.key] --key-destination=KEYDESTINATION Key Destination [default: /etc/ssl/private/<cert-name>.key]
--ca-destination=CADESTINATION CA Destination [default: /etc/ssl/certs/COMODO_<type>.crt] --ca-destination=CADESTINATION CA Destination [default: /etc/ssl/certs/COMODO_<type>.crt]
--wildcard The certificate type is wildcard --wildcard The certificate type is wildcard
--update Self-updates the tool and exit
--check-version Check upstream version
``` ```
## compatibility ## compatibility
...@@ -62,3 +67,6 @@ Please run the script in this repository to check all available options: ...@@ -62,3 +67,6 @@ Please run the script in this repository to check all available options:
./build.sh --help ./build.sh --help
``` ```
## links
The binaries and the shell script can be downloaded on [Geant Artifactory](https://artifactory.software.geant.org/artifactory/acme-downloader)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment