vor unserem UCS Server steht ein web Proxy, welcher ab sofort auch die LE Zertifikate verwaltet und eine entsprechende Weiterleitung macht.
Nun stellt sich mir die Frage, wie man dieses korrekt abbildet, damit USC / Postfix / Kopano auch die passenden LE Zertifikate hat.
Sollten diese vom Proxy kopiert werden oder kann der UCS LE Client eigene holen?
Hallo Jan,
Englisch wird hier im Forum bevorzugt.
Daher:
If your reverse proxy already does SSL offloading you don’t need LE certificates on UCS.
I still prefer to communicate via SSL between proxy and UCS but use self-signed certs here.
Unless you are doing dns validation it likely won’t (unless you also proxy through the http validation, but that also means that the system behind the proxy will obtain the cert, and not the proxy).
Although I must say that I am for a while already toying with the idea to replace the direct connection (through ssh/scp) with a middle step to upload the obtained certs into Hasicorp Vault and then let the other system fetch it from there.
@fbartels Thank you!
I am going to try it in the coming days.
Can I keep the second line?
local DOMAIN="${1}" KEYFILE="${2}" CERTFILE="${3}" FULLCHAINFILE="${4}" CHAINFILE="${5}" TIMESTAMP="${6}"