Layer7 API Management

 View Only
  • 1.  SSL for Container Gateway

    Posted Jul 07, 2020 04:50 PM
    Hello there,

    I am working to setup SSL with version 9.4 of the container gateway. When looking at the documentation, it mentions the docker environment variables SSG_SSL_KEY and SSG_SSL_KEY_PASS for setting the default SSL key. It recommends not using the SSG_SSL_KEY variable in production, and to instead pass in the the key file as a bind mount. It does not however specify where this bind mount should point, and the bind mount is not shown in the sample docker compose file.

    I would like to know 2 things:

    (1) Where should the bind mount with the ssl key file point to?
    (2) By using this bind mount, will this key become the default SSL key, or is there some additional step to doing that.

    Thanks in advance!

    Austin