diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-10-15 15:53:51 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-10-15 15:53:51 +0200 |
commit | e3d6ec57d438058cc9d36905c327cd5c9f0233ce (patch) | |
tree | 7118282b37940bc1e5740f75a234d29095d353ec /id/server/doc/handbook/install/install.html | |
parent | ab5efe91d1779893723a7085e1f8984a4b9b466f (diff) | |
download | moa-id-spss-e3d6ec57d438058cc9d36905c327cd5c9f0233ce.tar.gz moa-id-spss-e3d6ec57d438058cc9d36905c327cd5c9f0233ce.tar.bz2 moa-id-spss-e3d6ec57d438058cc9d36905c327cd5c9f0233ce.zip |
add missing updates in full MOA-ID configuration
Diffstat (limited to 'id/server/doc/handbook/install/install.html')
-rw-r--r-- | id/server/doc/handbook/install/install.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/doc/handbook/install/install.html b/id/server/doc/handbook/install/install.html index bcd802b75..f755fd782 100644 --- a/id/server/doc/handbook/install/install.html +++ b/id/server/doc/handbook/install/install.html @@ -148,6 +148,7 @@ <li id="klein"><code>javax.net.ssl.trustStorePassword</code>: Passwort für den <span class="term">Truststore</span> (optional; nur, wenn SSL Client-Authentisierung durchgeführt werden soll). </li> <li id="klein"><code>javax.net.ssl.trustStoreType</code>: Truststore-Typ (optional; nur, wenn SSL Client-Authentisierung durchgeführt werden soll). Je nach verwendetem Keystore-Typ muss <code>jks</code> (<span class="term">Java Key Store</span>) oder <code>pkcs12</code> (PKCS#12-Datei) angegeben werden.</li> <li><code>spring.profiles.active:</code> Set generic configuration parameters in MOA-ID-Auth Spring-Context. Configuartion values are added as comma-separated list (e.g. byteBasedConfig,value2,value3). Details on possible configuration values are in <a href="../config/config.html">Chapter Configuration</a>.</li> + <li><code>http.proxyHost</code>, <code>http.proxyPort</code>, <code>http.proxyUser</code>, <code>http.proxyPassword</code>, <code>http.nonProxyHosts</code>: According to Java VM Documentation, like <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html">https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html</a> as example for JAVA 8.</li> </ul> </li> </ul> |