Stream: hapi
Topic: ssl and https
mazyar (Jun 08 2021 at 09:33):
hello every body here,
could you please give me some tips about the configuration of cacerts and https for the hapi fhir server on linux?
thanks alot :))
Patrick Werner (Jun 08 2021 at 10:47):
Use apache or nginx as reverse-proxy and use the lets encrypt certbot.
mazyar (Jun 08 2021 at 12:21):
Patrick Werner said:
Use apache or nginx as reverse-proxy and use the lets encrypt certbot.
ok , thank you very much for replaying. But is there any other way to do that except from nginx or apache?
Patrick Werner (Jun 09 2021 at 12:51):
sure, you can add your cert to your application container (tomcat, etc.) . This is more complicated, would always use a reverse Proxy for TLS handling
Last updated: Apr 12 2022 at 19:14 UTC