瀏覽代碼

[libsaml] Document in the ini the private key password file property

Romain Rigaux 9 年之前
父節點
當前提交
462d25b
共有 2 個文件被更改,包括 12 次插入0 次删除
  1. 6 0
      desktop/conf.dist/hue.ini
  2. 6 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 6 - 0
desktop/conf.dist/hue.ini

@@ -1279,6 +1279,12 @@
   # Signed certificate to send along with encrypted metadata.
   ## cert_file=
 
+  # Path to a file containing the password private key.
+  ## key_file_password=/path/key
+
+  # Execute this script to produce the private key password. This will be used when `key_file_password` is not set.
+  ## key_file_password_script=/path/pwd.sh
+
   # A mapping from attributes in the response from the IdP to django user attributes.
   ## user_attribute_mapping={'uid': ('username', )}
 

+ 6 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1281,6 +1281,12 @@
   # Signed certificate to send along with encrypted metadata.
   ## cert_file=
 
+  # Path to a file containing the password private key.
+  ## key_file_password=/path/key
+
+  # Execute this script to produce the private key password. This will be used when `key_file_password` is not set.
+  ## key_file_password_script=/path/pwd.sh
+
   # A mapping from attributes in the response from the IdP to django user attributes.
   ## user_attribute_mapping={'uid': ('username', )}