Support for TLS termination using an HSM #2627
Replies: 2 comments
-
Hey @kevinsookocheff-wf, this would be a pretty major feature on our part to include this specific type of certificate management directly into NGF, and while the use case is definitely valid, I'm not sure it is a specific feature we'd ever get to in NGF. Even our upcoming Snippets feature won't quite do what we need to make this work... so I see two approaches that might be able to help here, neither ideal:
Unfortunately, if you directly edit the nginx.conf in your own custom image it'll just be overwritten by what we write for NGF, so that isn't an option either. Sorry about that, but hopefully that gives you some leads! |
Beta Was this translation helpful? Give feedback.
-
Thank you @mpstefan. I know this is a niche use case! It would be great if we could see more cloud-based tooling support HSMs in the future. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are looking at using nginx as a gateway. Our current logic for terminating TLS connections leverages an HSM (specifically AWS CloudHSM). I'm looking at replicating this using nginx gateway fabric but have trouble setting the configuration correctly with what is exposed by the nginx gateway fabric configuration options today. Any chance this could be added in the future?
As an example, the configuration I would like to be able to set is something like this:: https://docs.aws.amazon.com/cloudhsm/latest/userguide/ssl-offload-configure-web-server.html
Beta Was this translation helpful? Give feedback.
All reactions