diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-15 22:57:46 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-15 22:57:46 (GMT) |
commit | 3c5c91e8f9f7730149149b600bc64aae88dd0a30 (patch) | |
tree | 78998119187a07eb80e559ad1750cf7864e0b97e /abs/core/certmaster/certmaster.install | |
parent | fdc17c0ee008b1c7a7922622335eae37a1566f81 (diff) | |
download | linhes_pkgbuild-3c5c91e8f9f7730149149b600bc64aae88dd0a30.zip linhes_pkgbuild-3c5c91e8f9f7730149149b600bc64aae88dd0a30.tar.gz linhes_pkgbuild-3c5c91e8f9f7730149149b600bc64aae88dd0a30.tar.bz2 |
certmaster: change to TLSv1.2 protocol for SSL
Diffstat (limited to 'abs/core/certmaster/certmaster.install')
-rw-r--r-- | abs/core/certmaster/certmaster.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/certmaster/certmaster.install b/abs/core/certmaster/certmaster.install index b30f7ee..d22b6d7 100644 --- a/abs/core/certmaster/certmaster.install +++ b/abs/core/certmaster/certmaster.install @@ -13,7 +13,7 @@ post_install() { then mkdir -p /var/log/certmaster fi - /usr/LH/bin/acl_fix_fstab.py +# /usr/LH/bin/acl_fix_fstab.py mount -o remount / if [ ! -e /etc/pki/certmaster/ca ] then |