For excessively paranoid client authentication.
Updated Apr 5 2019:
because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.
some other notes:
FILENAME_AND_PATH="./foo.txt" | |
filename_only=$(basename $(FILENAME_AND_PATH)) | |
.PHONY: foo_a | |
foo_a: | |
$(eval filename_only := $(shell basename $(FILENAME_AND_PATH))) | |
@echo filename_only=[$(filename_only)] |
Environment: WordPress, PHP 7 and Apache 2.4 | |
Issue: WordPress cannot establish connection to a remote RDS | |
Solutions: | |
Set value of `setsebool -P httpd_can_network_connect_db1` to 0 |