Skip to content
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

Add ACME support for lba commands #182

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Add ACME support for lba commands #182

merged 2 commits into from
Dec 11, 2024

Conversation

tokengeek
Copy link
Contributor

Passing a list of comma separated domains to either lbs create or lbs update will request that domains are provisioned from Let's Encrypt.

For this to work a https (not tcp) listener needs to be available on
port 443 otherwise the request will be rejected.

brightbox lbs create --acme-domains domain.example --listeners 443:443:https:5000 srv-12345

Domains and their status are listed under the lbs show command output.

Improvements unrelated to the ACME changes.
Passing a list of comma separated domains to either `lbs create` or `lbs
update` will request that domains are provisioned from Let's Encrypt.

For this to work a `https` (not `tcp`) listener needs to be available on
port 443 otherwise the request will be rejected.

    brightbox lbs create --acme-domains domain.example --listeners 443:443:https:5000 srv-12345

Domains and their status are listed under the `lbs show` command output.
@tokengeek tokengeek self-assigned this Dec 11, 2024
@tokengeek tokengeek merged commit de5cd09 into master Dec 11, 2024
5 checks passed
@tokengeek tokengeek deleted the add_acme_support branch December 11, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant