-
|
Hey, I use http for a different service and was wondering if there was any way that I could get it to validate a cert over port 443 (ssl) or any other port/way? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi. Unfortunately no, https://letsencrypt.org/docs/challenge-types/#http-01-challenge
|
Beta Was this translation helpful? Give feedback.
-
|
In future, You could instead provision your certificates via Generally though, you should be using |
Beta Was this translation helpful? Give feedback.
Hi. Unfortunately no,
http-01challenge requires port80(this on the ACME standard, there is nothing we can do about it) and for now this is the only challenge that can be used with this container.https://letsencrypt.org/docs/challenge-types/#http-01-challenge
https://letsencrypt.org/docs/allow-port-80/