From ced0fe8f9ef7cd16ade900bb34393c627f6d0c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Jan 2019 15:45:41 -0500 Subject: Change directory lisp/ to modules/ FS #2 --- lisp/init-security.el | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lisp/init-security.el (limited to 'lisp/init-security.el') diff --git a/lisp/init-security.el b/lisp/init-security.el deleted file mode 100644 index 995916d..0000000 --- a/lisp/init-security.el +++ /dev/null @@ -1,12 +0,0 @@ -;;--------------------------------------------------------------------------------------------- -;; Security. Check https://web.archive.org/web/20170413150436/https://ogbe.net/emacsconfig.html -;;--------------------------------------------------------------------------------------------- -(setq tls-checktrust t) -(setq gnutls-verify-error t) -(let ((trustfile "/etc/ssl/cert.pem")) - (setq tls-program - `(,(format "gnutls-cli --x509cafile %s -p %%p %%h" trustfile) - ,(format "openssl s_client -connect %%h:%%p -CAfile %s -no_ssl2 -ign_eof" trustfile))) - (setq gnutls-trustfiles (list trustfile))) - -(provide 'init-security) -- cgit v1.2.3