-
|
How can I use a DNS-01 challenge for Caddy? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
We haven’t tried using the DNS-01 challenge in Caddy ourselves. We usually just create an A record with our DNS provider pointing to our server’s IP address, which is enough to obtain a certificate via the standard HTTP challenge. You may want to check Caddy’s documentation — it provides instructions for setting up the DNS-01 challenge with various providers. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry I should have qualified this. When I start the Autobase container via docker-compose, it tries to set up Caddy with the HTTP-01 challenge and it hangs there b/c my host is not open to the internet. Any tips appreciated. |
Beta Was this translation helpful? Give feedback.
Run a simple version of the container:
Note: If you are running the console on a dedicated server (rather than on your laptop), replace localhost with the server’s IP address in the PG_CONSOLE_API_URL variable.