File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed
Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.4 (2025-04-08)
2+
3+ ### Feat
4+
5+ - update to 0.20.1
6+ - update to 0.20.0
7+ - update tcs-garr
8+ - update tcs-garr
9+ - update tcs-garr
10+ - update tcs-garr. update CI
11+
112## 1.0.3 (2025-03-07)
213
314### Feat
Original file line number Diff line number Diff line change 1- ARG TCS_VERSION=0.20.1
1+ ARG TCS_VERSION=0.21.0
22FROM ghcr.io/consortiumgarr/tcs-garr:${TCS_VERSION}
33
44ARG USER=tcs
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ your own discretion.**
2626
2727To use the Docker image, you need:
2828
29- - An administrative account on < https://cm.harica.gr > for your organization
29+ - Read [ prerequisites ] ( https://github.com/ConsortiumGARR/tcs-garr/blob/main/README.md#prerequisites )
3030- Knowledge of and familiarity with the
3131 [ harica-cli README] ( https://github.com/ConsortiumGARR/tcs-garr/blob/main/README.md )
3232- Familiarity with [ certbot-sectigo] ( docker/certbot-sectigo )
@@ -65,6 +65,8 @@ docker build -t auto-harica:latest .
6565| HARICA_USERNAME | Harica account email | |
6666| HARICA_PASSWORD | Harica account password | |
6767| HARICA_TOTP_SEED | TOTP seed used for 2FA | |
68+ | HARICA_HTTP_PROXY | HTTP Proxy (e.g. use when you don't have direct internet access) | None |
69+ | HARICA_HTTPS_PROXY | HTTPS Proxy (e.g. use when you don't have direct internet access) | None |
6870| HARICA_OUTPUT_FOLDER | Destination folder for generated certificates | /app/harica_cerificates |
6971| ENVIRONMENT | Specify which Harica environment to use (production or stg) | production |
7072| SECTIGO_BACKWARD_COMPATIBILITY | Searches for expiring certificates belonging to $DOMAIN in the volume previously created by Sectigo | false |
Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ if [ -z "$HARICA_PASSWORD" ]; then
1717 exit 1
1818fi
1919
20- if [ -z " $HARICA_TOTP_SEED " ]; then
21- echo " No totp set, please fill -e 'HARICA_TOTP_SEED=otpauth://totp/HARICA.....'"
22- exit 1
23- fi
24-
2520if [ " $ENVIRONMENT " != " production" ] && [ " $ENVIRONMENT " != " stg" ]; then
2621 echo " No valid environment set, please fill -e 'ENVIRONMENT=production' or -e 'ENVIRONMENT=stg'"
2722 exit 1
Original file line number Diff line number Diff line change 11[project ]
22name = " auto-harica"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44description = " Automated SSL/TLS certificate issuance and renewal for Harica using Docker."
55readme = " README.md"
66requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments