# SSLターミネーション

利便性を考慮して、NGINXを使用したSSLターミネーション用のDockerイメージが提供されており、SSL証明書を使用して自動的に設定されます。

| イメージ名                                                                                                                                                              | ベースイメージ                                        | 説明                                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- | --------------------------------------------------------------- |
| [`keeper/guacamole-ssl-nginx`](https://docs.keeper.io/jp/keeper-connection-manager/installation/docker-compose-install/ssl-termination/keeper-guacamole-ssl-nginx) | [`nginx:1.19`](https://hub.docker.com/_/nginx) | <p>KeeperコネクションマネージャーにSSLターミネーションを自動的に提供するNGINXのインスタンス。<br></p> |

このイメージについて

* NGINX用のDocker公式イメージをベースにしているため、それぞれで同じ基本的な環境変数を利用できます。
* SSLターミネーションの背後にあるGuacamoleインスタンスを定義するKeeper固有の環境変数のセットを利用できます。
* Let's Encryptから自動的に証明書を取得したり、テスト用に独自の自己署名証明書を生成したり、認証局から取得済みの証明書を使用したりすることができます。
* [`keeper/guacamole`](https://docs.keeper.io/jp/keeper-connection-manager/installation/docker-compose-install/keeper-guacamole)イメージおよび[`keeper/guacd`](https://docs.keeper.io/jp/keeper-connection-manager/installation/docker-compose-install/keeper-guacd)イメージと同じ`ACCEPT_EULA`環境変数を必要とします。

[次のページ](https://docs.keeper.io/jp/keeper-connection-manager/installation/docker-compose-install/ssl-termination/keeper-guacamole-ssl-nginx)で設定例をご参照ください。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/jp/keeper-connection-manager/installation/docker-compose-install/ssl-termination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
