[cpp-sp] branch main updated: Clean up remoting default comments.
Codeberg
noreply at shibboleth.net
Tue Mar 24 19:16:48 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/53f791540927447e0cee3ae10d8c807a5a5e23bf
The following commit(s) were added to refs/heads/main by this push:
new 53f79154 Clean up remoting default comments.
53f79154 is described below
commit 53f791540927447e0cee3ae10d8c807a5a5e23bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 24 15:16:20 2026 -0400
Clean up remoting default comments.
---
configs/agent.ini | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configs/agent.ini b/configs/agent.ini
index 983a37c2..9f3d8add 100644
--- a/configs/agent.ini
+++ b/configs/agent.ini
@@ -8,11 +8,12 @@ defaultLevel = INFO
[remoting]
agentID = localhost
-# For remote Hub, use https://, set authMethod to basic, and provide CA and secret
+# For remote Hub, use https://, set authMethod to basic
+# and adjust tlsCAFile and the secret settings below.
baseURL = http://127.0.0.1:8080/idp/profile/sp/
#authMethod = none
#authCachingCookie = __Host-JSESSIONID
-#tlsCAFile = trustlist.pem
+#tlsCAFile =
#secretSourceType = File
#secretFile = agent.pwd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list