File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ Example::
296296 key_file: "key.pem"
297297
298298*key_file * is the name of a PEM formatted file that contains the private key
299- of the service. This is currently used both to encrypt/ sign assertions and as
300- the client key in an HTTPS session.
299+ of the service. This is currently used both to sign assertions and as
300+ the client key in an HTTPS (mutual TLS) session.
301301
302302cert_file
303303^^^^^^^^^
@@ -328,7 +328,14 @@ Example::
328328encryption_keypairs
329329^^^^^^^^^^^^^^^^^^^
330330
331- Indicates which certificates will be used for encryption capabilities::
331+ A list of dictionaries, each containing paths to the private and public keys
332+ used for encryption. The *key_file * refers to the PEM-formatted file that
333+ contains the private key for the service, while the *cert_file * refers to the
334+ corresponding public key (certificate) from the service's key pair. Both files
335+ must be in PEM format, and the *cert_file * should contain only a single
336+ certificate.
337+
338+ Example::
332339
333340 # Encryption
334341 'encryption_keypairs': [
You can’t perform that action at this time.
0 commit comments