summarylogtreecommitdiffstats
path: root/hyperledger-fabric.install
diff options
context:
space:
mode:
Diffstat (limited to 'hyperledger-fabric.install')
-rw-r--r--hyperledger-fabric.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperledger-fabric.install b/hyperledger-fabric.install
index ef39b3ce33f2..da22b12ff7d2 100644
--- a/hyperledger-fabric.install
+++ b/hyperledger-fabric.install
@@ -6,6 +6,7 @@ post_install() {
_chown
cryptogen generate > /dev/null
mv /crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/* /etc/hyperledger/fabric/tls
+ chmod 644 /etc/hyperledger/fabric/tls/*
rm -rf /crypto-config
}