mmccarn
mmccarn
I would add to this that on OSX (High Sierra), \-click is intercepted by the OS and interpreted as a right-click, which gives me the browser right-click menu. \-click does...
If 'stripeDomain' is FALSE, we can set the email in lib/imap.php pretty simply: ``` --- user_external/lib/imap.php 2020-11-08 14:19:02.524859391 -0500 +++ ./imap.php 2020-11-08 14:16:48.550661342 -0500 @@ -103,6 +103,13 @@ curl_close($ch); $uid...
Having the cert active should not cause problems -- while developing the script I created the certificate and certificate authority manually first, then started playing with the script. Is it...
I'm going to close this since I haven't heard back from you.
I've reopened the issue. It appears that if there are WAF rules that use the certificate you want to update the Sophos returns the undocumented error code 542. (I didn't...
From https://community.sophos.com/products/xg-firewall/f/network-and-routing/108931/letsencrypt-how-to-in-xg - > You can simply upload the new LE certificate **with another Name** and replace it in WAF/Webadmin. > > Or you can "update" the current LE certificate...
I looked into this and added code to include the date in the certificate name. So - we can create a new cert and upload it to the XG. However,...
I have updated le2xg.sh to: - include the certificate creation date in the new cert - use 'add' by default (since 'update' only works if the certificate is completely unused)...
You can get "mv" to check for "txt" files like this: ``` [ -f "$src" ] || src="$src.txt" [ -f "$src" ] || die "TODO: Source file $src does not...
This workflow works for me: 1. Connect external SMB using "Login Credentials, save in database" 2. Configure social_login: - Disable auto create new users - Allow users to connect social...