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

added installation instructions

parent 18d5b4e6
No related branches found
No related tags found
No related merge requests found
Pipeline #77331 passed
......@@ -6,7 +6,7 @@
1. [compatibility](#compatibility)
1. [build](#build)
1. [create a new release](#create-a-new-release)
1. [links](#links)
1. [installation instructions](#installation-instructions)
Fetches and stores a given Certificate, Full Chain, CA and Private Key.
......@@ -93,6 +93,15 @@ git tag v1.2.3
git pushall-tags
```
## links
## installation instructions
The binaries and the shell script can be downloaded on [Geant Artifactory](https://artifactory.software.geant.org/artifactory/acme-downloader)
You can install the script as follows (**as root**):
```bash
curl https://artifactory.software.geant.org/artifactory/acme-downloader/acme-downloader.sh > /usr/bin/acme-downloader.sh
chown root:root /usr/bin/acme-downloader.sh
chmod 750 /usr/bin/acme-downloader.sh
acme-downloader.sh --vault-token <my_secret_vault_token> --redis-token <my_secret_redis_token> --team-name <my_team> --cert-name <myfancyservice.domain.org> --type OV --install-crontab
```
The binaries and the shell script can be downloaded from [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.
Finish editing this message first!
Please register or to comment