diff options
author | root@culturestrings <root@culturestrings> | 2020-06-03 11:28:02 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-06-03 11:28:02 +0000 |
commit | e9e3644d71ff6c89810a305231484b5021e0f3f4 (patch) | |
tree | 688aaaba25ace65926501939f6b74a9ac9409ee5 /public/fs/etc/openvpn | |
parent | f01d95162f949c87df89f7cc2424c47176b18417 (diff) | |
download | culturestrings-e9e3644d71ff6c89810a305231484b5021e0f3f4.tar.bz2 culturestrings-e9e3644d71ff6c89810a305231484b5021e0f3f4.tar.xz |
file-system layout: move /home/webroot to the (now encrypted) /srv directory.
Diffstat (limited to 'public/fs/etc/openvpn')
-rw-r--r-- | public/fs/etc/openvpn/culturestrings.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fs/etc/openvpn/culturestrings.conf.in b/public/fs/etc/openvpn/culturestrings.conf.in index 9598f5d..eaea36b 100644 --- a/public/fs/etc/openvpn/culturestrings.conf.in +++ b/public/fs/etc/openvpn/culturestrings.conf.in @@ -9,7 +9,7 @@ cipher AES-256-CBC ca /etc/easy-rsa/pki/ca.crt cert /etc/easy-rsa/pki/issued/culturestrings.crt -askpass /home/webroot/openvpn/culturestrings.pass +askpass /srv/webroot/openvpn/culturestrings.pass key /etc/easy-rsa/pki/private/culturestrings.key dh /etc/easy-rsa/pki/dh.pem |