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

is posible to aceppt wildcard for letsencrypt? #2

Closed
quautla opened this issue Mar 4, 2020 · 1 comment
Closed

is posible to aceppt wildcard for letsencrypt? #2

quautla opened this issue Mar 4, 2020 · 1 comment

Comments

@quautla
Copy link

quautla commented Mar 4, 2020

I noticed recently that Letsencrypt accept wildcards, but I don´t know if this version of docker container can be configured via docker-compose.yml like this

    environment:
      - LETSENCRYPT_HOST="*.ctoadmin.mx"
      - [email protected]
      - PORT=8080
      - VIRTUAL_HOST="*.ctoadmin.mx"
    networks:
      - reverse-proxy
    restart: always

instead of:

LETSENCRYPT_HOST=portal1.mydomain.com,portal2.mydomain.com,portal3.mydomain.com
VIRTUAL_HOST=portal1.mydomain.com,portal2.mydomain.com,portal3.mydomain.com

And the second question where could I obtain the value for te TXT record:

Please deploy a DNS TXT record under the name
_acme-challenge.mydomain.com with the following value:
 
kzVNNLb5zvWxxiW30WbdD54OMYO5gbXRmqmpKPHihmQ
 
Before continuing, verify the record is deployed.
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

No branches or pull requests

2 participants