Skip to content

web: Added LETSENCRYPT_ACME_DIRECTORY environment variable #2042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

HighwayStar
Copy link
Contributor

Copy link
Member

@saghul saghul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this! Left some naming comments.

@@ -121,6 +121,7 @@ services:
- LETSENCRYPT_DOMAIN
- LETSENCRYPT_EMAIL
- LETSENCRYPT_USE_STAGING
- LETSENCRYPT_ACME_DIRECTORY
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this variable name is very misleading. acme.sh may implement the feature using a directory, but that's not what the user really wants, they want to change the server. Let's call this LETSENCRYPT_ACME_SERVER.

@@ -19,10 +19,18 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then
if [[ $LETSENCRYPT_USE_STAGING -eq 1 ]]; then
STAGING="--staging"
fi

ACME_DIRECTORY=""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACME_SERVER

* you can set it when default zerossl doesnt work for you.
For example your server located in the country blocked by ZeroSSL
@saghul saghul merged commit 8fd3d59 into jitsi:master Mar 6, 2025
2 checks passed
@saghul
Copy link
Member

saghul commented Mar 6, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants