- 26 Dec, 2015 8 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
change DANE TLSA record to hash the subject public key rather than the whole certificate, which means it is good for any certificate tied to the same private key Better for short-lived certificates. This is especially in preparation to using certificates from Let's Encrypt. see #268
-
Joshua Tauberer authored
previously these were run in a cron.daily script which per crontab is run at 6:25 am local time
-
Joshua Tauberer authored
clean up the backup time patch: dont choose timezone here, move status checks into the same 3am script
-
Joshua Tauberer authored
-
Joshua Tauberer authored
closes #294 see #328 maybe related to #235
-
- 23 Dec, 2015 3 commits
-
-
BuildTools authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
tiny tweaks to make the bash docs slightly more readable
-
- 22 Dec, 2015 2 commits
-
-
Scott Bronson authored
-
Joshua Tauberer authored
Activate FAIL2BAN recidive jail
-
- 12 Dec, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Marius authored
-
- 07 Dec, 2015 8 commits
-
-
Joshua Tauberer authored
Add alias for abuse@
-
Joshua Tauberer authored
don't install bind9-host when setting hostname
-
Scott Bronson authored
also remove an incorrect comment
-
Ariejan de Vroom authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
fail2ban: whitelist our machine's public ip address so status checks dont cause bans of the machine itself
-
Joshua Tauberer authored
-
- 29 Nov, 2015 5 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
make the system SSL certificate a symlink so we never have to replace a certificate file, and flatten the directory structure of user-installed certificates
-
- 26 Nov, 2015 3 commits
-
-
Joshua Tauberer authored
GCE installs some Python-2-only boto plugin that conflicts with boto running under Python 3. It gives a SyntaxError in /usr/share/google/boto/boto_plugins/compute_auth.py (https://github.com/GoogleCloudPlatform/compute-image-packages). Disabling boto's default configuration file prior to importing boto so that GCE's plugin is not loaded. See https://discourse.mailinabox.email/t/500-internal-server-error-for-admin/942.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 20 Nov, 2015 2 commits
-
-
Joshua Tauberer authored
Typo on 'weirdly'
-
Sheldon Rupp authored
-
- 19 Nov, 2015 6 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
use /dev/urandom for roundcube/owncloud key generation, see #596, partially reverts #115 (69f0e1d0)
-
Joshua Tauberer authored
use /dev/urandom for DNSSEC key generation, fixes #596, partially reverts #115 (69f0e1d0)
-
Joshua Tauberer authored
ensure /dev/urandom is seeded with a blocking call to /dev/random and using Ubuntu's pollinate servers
-