Skip to content

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.

2 participants