mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Request Cert on other port #292
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CloudHoang90 on GitHub (Mar 10, 2018).
Hi lukas
Thanks for your script.
by default, your script will request the certificate on the port 8123 but may I request a parameter to choose other port to request the certificate?
thanks
@txr13 commented on GitHub (Mar 10, 2018):
What do you mean by requesting it on a different port?
Dehydrated does not control the ports used at all. ACME servers run on a predetermined port. The challenges are laid out by the ACME specification. These are not optional.
Once you have a certificate, you can use it on any port you like. Dehydrated does not control this, either.
@lukas2511 commented on GitHub (Mar 10, 2018):
Yea, dehydrated doesn't control any ports, I didn't even know that something is using port 8123 ¯\(ツ)/¯