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
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 68578ae to 0736895 Compare January 19, 2026 17:36
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