Modifications : srv/ateliers/etc/nginx/dhparam.4096.pem
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 19 Mar 2015 17:09:31 +0000 (18:09 +0100)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Thu, 19 Mar 2015 17:09:31 +0000 (18:09 +0100)
sec
srv/ateliers/etc/nginx/conf.d/ssl-pfs.conf
srv/ateliers/etc/nginx/dhparam.4096.pem [new symlink]
srv/ateliers/etc/nginx/org/heureux-cyclage/dhparam.4096.pem [deleted symlink]
srv/ateliers/etc/nginx/org/heureux-cyclage/install [changed mode: 0644->0755]

diff --git a/sec b/sec
index a22bee6..a304fdd 160000 (submodule)
--- a/sec
+++ b/sec
@@ -1 +1 @@
-Subproject commit a22bee61696e3cc4ad935d2f8b1680c966c7fd4d
+Subproject commit a304fdd53ee71d7a1ed1555694a5201858a3b38d
index 28a4499..c097ac4 100644 (file)
@@ -13,7 +13,7 @@ ssl_prefer_server_ciphers on;
 ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
 ssl_session_cache shared:SSL:10m;
 ssl_session_timeout 10m;
-ssl_stapling on;
-ssl_stapling_verify on;
+#ssl_stapling on;
+#ssl_stapling_verify on;
 
 # vim: ft=sh
diff --git a/srv/ateliers/etc/nginx/dhparam.4096.pem b/srv/ateliers/etc/nginx/dhparam.4096.pem
new file mode 120000 (symlink)
index 0000000..359b4ea
--- /dev/null
@@ -0,0 +1 @@
+.../var/x509/dhparam.4096.pem
\ No newline at end of file
diff --git a/srv/ateliers/etc/nginx/org/heureux-cyclage/dhparam.4096.pem b/srv/ateliers/etc/nginx/org/heureux-cyclage/dhparam.4096.pem
deleted file mode 120000 (symlink)
index 2312b2f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.../var/x509/org/heureux-cyclage/dhparam.4096.pem
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 2dd49b2..97a4a5a
@@ -5,10 +5,14 @@
 # ACTION: initialize from ./
        test -L "$0" && tool="$(readlink -e "$0")" || tool=$0
        tool=$(readlink -e "${tool%/*}"/...)
-       . "$tool"/lib/install.sh
+       . "$tool"/lib/tool/admin/lib/install.sh
 # ACTION install ./etc/nginx/org/heureux-cyclage/
        content=$("$tool"/cat etc/nginx/org/heureux-cyclage/key.pem)
-       "$tool"/ssh-sudo install -m 400 -o root -g root /dev/stdin \
+       "$tool"/ssh-sudo install -d -m 755 -o root -g root \
+        /etc/nginx/org \
+        /etc/nginx/org/heureux-cyclage \
+        "&&" \
+       $sudo install -m 400 -o root -g root /dev/stdin \
         /etc/nginx/org/heureux-cyclage/key.pem <<-EOF
                $content
                EOF