Skip to content

oraclecloud: extended zone detection#2629

Draft
ldez wants to merge 1 commit intogo-acme:masterfrom
ldez:feat/dns/oraclecloud/zone-detection
Draft

oraclecloud: extended zone detection#2629
ldez wants to merge 1 commit intogo-acme:masterfrom
ldez:feat/dns/oraclecloud/zone-detection

Conversation

@ldez
Copy link
Copy Markdown
Member

@ldez ldez commented Aug 26, 2025

Adds the option OCI_EXTENDED_ZONE_DETECTION.

How to test this PR?
  1. You need Go
  2. Checkout the PR:
    git clone https://github.com/ldez/lego.git
    cd lego
    git checkout feat/dns/oraclecloud/zone-detection
  3. Compile lego:
    • if you have make: make build
    • if you don't make make: go build -o dist/lego ./cmd/lego
  4. Run the following command with your information (email, domain, credentials, etc.):
    OCI_EXTENDED_ZONE_DETECTION=true \
    ...
    ./dist/lego -m your_email@example.com --dns oraclecloud -d '*.example.com' -d example.com -s https://acme-staging-v02.api.letsencrypt.org/directory run
  5. Before each run of the command, you should clean your local environment:
    rm -rf .lego

Related to #2626

@ldez ldez force-pushed the feat/dns/oraclecloud/zone-detection branch from f250347 to 68578ae Compare January 4, 2026 22:15
@ldez ldez force-pushed the feat/dns/oraclecloud/zone-detection branch from 68578ae to 0736895 Compare January 19, 2026 17:36
@ldez ldez force-pushed the feat/dns/oraclecloud/zone-detection branch from 0736895 to a6619d7 Compare March 31, 2026 01:38
@ldez ldez force-pushed the master branch 6 times, most recently from b63378b to c4ab057 Compare April 11, 2026 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant