-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set SSL certificate verification enablement (#2062)
* ssl verification enablement for SSO * add hint
- Loading branch information
1 parent
ef326c2
commit 3d328f9
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,6 +144,7 @@ def handle_mscolab_backend_yaml_init(): | |
description: "MSS Collaboration Server with Testing IDP(localhost)" | ||
key_file: path/to/key_sp.key # Will be set from the mscolab server | ||
cert_file: path/to/crt_sp.crt # Will be set from the mscolab server | ||
verify_ssl_cert: true # Specifies if the SSL certificates should be verified. | ||
organization: {display_name: Open-MSS, name: Mission Support System, url: 'https://open-mss.github.io/about/'} | ||
contact_person: | ||
- {contact_type: technical, email_address: [email protected], given_name: Technical} | ||
|