forked from extern/egroupware
added private-exchange to list of methods how to fetch public key
This commit is contained in:
parent
17a46f71b0
commit
1d96ed8cf9
@ -389,7 +389,7 @@ class ischedule_client
|
|||||||
"DKIM-Signature: ".
|
"DKIM-Signature: ".
|
||||||
"v=1; ". // DKIM Version
|
"v=1; ". // DKIM Version
|
||||||
"a=\$a; ". // The algorithm used to generate the signature "rsa-sha1"
|
"a=\$a; ". // The algorithm used to generate the signature "rsa-sha1"
|
||||||
"q=dns/txt:http/well-known; ". // how to fetch public key: dns/txt, http/well-known or private-exchange
|
"q=private-exchange:dns/txt:http/well-known; ". // how to fetch public key: dns/txt, http/well-known or private-exchange
|
||||||
"x=".(time()+$expires)."; ". // how long request will be valid as timestamp
|
"x=".(time()+$expires)."; ". // how long request will be valid as timestamp
|
||||||
// end iSchedule specific
|
// end iSchedule specific
|
||||||
"s=\$s; ". // The selector subdividing the namespace for the "d=" (domain) tag
|
"s=\$s; ". // The selector subdividing the namespace for the "d=" (domain) tag
|
||||||
|
Loading…
Reference in New Issue
Block a user