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
15a780fe
Unverified
Commit
15a780fe
authored
3 years ago
by
Max Adamo
Browse files
Options
Downloads
Patches
Plain Diff
change team names
parent
16b53915
No related branches found
No related tags found
No related merge requests found
Pipeline
#61654
passed
3 years ago
Stage: sonarqube
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+24
-0
24 additions, 0 deletions
README.md
acme-downloader.sh
+1
-1
1 addition, 1 deletion
acme-downloader.sh
main.go
+1
-1
1 addition, 1 deletion
main.go
with
26 additions
and
2 deletions
README.md
+
24
−
0
View file @
15a780fe
...
@@ -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.
[
create a new release
](
#create-a-new-release
)
1.
[
links
](
#links
)
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.
...
@@ -67,6 +68,29 @@ Please run the script in this repository to check all available options:
...
@@ -67,6 +68,29 @@ Please run the script in this repository to check all available options:
./build.sh
--help
./build.sh
--help
```
```
## create a new release
You can add this code snippet inside
`~/.gitconfig`
:
```
conf
[
alias
]
pp
= !
git
pull
&&
git
push
pushall
= !
git
remote
|
xargs
-
L1
git
push
--
all
pushall
-
tags
= !
git
remote
|
xargs
-
L1
git
push
--
tags
```
You can apply the change onto
`master`
branch.
If you want to create version 1.2.3, the commands below will trigger the CI and upload the files to Artifactory:
```
bash
git checkout master
# make your changes ...
git commit
"my new change"
git push
git tag v1.2.3
git pushall-tags
```
## links
## links
The binaries and the shell script can be downloaded on
[
Geant Artifactory
](
https://artifactory.software.geant.org/artifactory/acme-downloader
)
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.
acme-downloader.sh
+
1
−
1
View file @
15a780fe
...
@@ -86,7 +86,7 @@ usage() {
...
@@ -86,7 +86,7 @@ usage() {
echo
" --redis-token (Redis access token)"
echo
" --redis-token (Redis access token)"
echo
" --vault-token (Vault access token)"
echo
" --vault-token (Vault access token)"
echo
" --cert-name (Certificate name)"
echo
" --cert-name (Certificate name)"
echo
" --team-name (Team name: swd,
dream_team,
it, ne
, ti
, nmaas...)"
echo
" --team-name (Team name: swd, it, ne
teng
, nmaas
...)"
echo
" --days [OPTIONAL check days before expiration. Default: 30)"
echo
" --days [OPTIONAL check days before expiration. Default: 30)"
echo
" --type [OPTIONAL. OV or EV. Default: EV]"
echo
" --type [OPTIONAL. OV or EV. Default: EV]"
echo
" --cert-destination [OPTIONAL Default:
${
CERT_BASE
}
/<cert-name>.crt]"
echo
" --cert-destination [OPTIONAL Default:
${
CERT_BASE
}
/<cert-name>.crt]"
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
−
1
View file @
15a780fe
...
@@ -414,7 +414,7 @@ Options:
...
@@ -414,7 +414,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, it, ne
, ti
...
--team-name=TEAMNAME Team name: swd, it, ne
teng, nmaas
...
--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: %v/<cert-name>.crt]
--cert-destination=CERTDESTINATION Cert Destination [default: %v/<cert-name>.crt]
...
...
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