Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Acme Downloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Geant DevOps
Acme Downloader
Commits
d8d4d28a
Unverified
Commit
d8d4d28a
authored
3 years ago
by
Massimiliano Adamo
Browse files
Options
Downloads
Patches
Plain Diff
improving READM.md
parent
2aa737da
No related branches found
No related tags found
No related merge requests found
Pipeline
#29691
passed
3 years ago
Stage: sonarqube
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-2
10 additions, 2 deletions
README.md
with
10 additions
and
2 deletions
README.md
+
10
−
2
View file @
d8d4d28a
...
...
@@ -3,6 +3,7 @@
1.
[
usage
](
#usage
)
1.
[
compatibility
](
#compatibility
)
1.
[
build
](
#build
)
1.
[
links
](
#links
)
Fetches and stores a given Certificate, Full Chain, CA and Private Key.
...
...
@@ -26,10 +27,12 @@ ACME Downloader:
- fetches and stores a given Certificate, Full Chain, CA and Private Key
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
-v
|
--version
acme-downloader
-b
|
--build
acme-downloader
--update
acme-downloader
--check-version
Options:
-h
--help
Show this screen
...
...
@@ -38,7 +41,7 @@ Options:
--redis-token
=
REDISTOKEN Redis access token
--vault-token
=
VAULTTOKEN Vault access token
--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]
--type
=
TYPE Type, EV or OV
[
default: EV]
--cert-destination
=
CERTDESTINATION Cert Destination
[
default: /etc/ssl/certs/<cert-name>.crt]
...
...
@@ -46,6 +49,8 @@ Options:
--key-destination
=
KEYDESTINATION Key Destination
[
default: /etc/ssl/private/<cert-name>.key]
--ca-destination
=
CADESTINATION CA Destination
[
default: /etc/ssl/certs/COMODO_<
type
>
.crt]
--wildcard
The certificate
type
is wildcard
--update
Self-updates the tool and
exit
--check-version
Check upstream version
```
## compatibility
...
...
@@ -62,3 +67,6 @@ Please run the script in this repository to check all available options:
./build.sh
--help
```
## links
The binaries and the shell script can be downloaded on
[
Geant Artifactory
](
https://artifactory.software.geant.org/artifactory/acme-downloader
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment