diff options
author | 2020-03-25 18:23:59 +0000 | |
---|---|---|
committer | 2020-03-25 18:23:59 +0000 | |
commit | deeaf11154867ea38ce406f90ea161a36e2d1004 (patch) | |
tree | 51dc367ee50f8206114395e1cf38d2d7c203c9e2 /plans/aaf/certservice/setup.sh | |
parent | 513ee3f14abd1fcbb68836d0be5dea18602241f4 (diff) | |
parent | 9c14f196a10973a07bf8da1c8033e491b5efaf3b (diff) |
Merge "Verification of fields in trust/key store"
Diffstat (limited to 'plans/aaf/certservice/setup.sh')
-rw-r--r-- | plans/aaf/certservice/setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plans/aaf/certservice/setup.sh b/plans/aaf/certservice/setup.sh index 250b92a2..93d65f78 100644 --- a/plans/aaf/certservice/setup.sh +++ b/plans/aaf/certservice/setup.sh @@ -35,6 +35,11 @@ pip uninstall -y docker-py pip uninstall -y docker pip install -U docker==2.7.0 +#reinstall pyopenssl library +echo "Reinstall pyopenssl library." +pip uninstall pyopenssl -y +pip install pyopenssl==17.5.0 + #Disable proxy - for local run unset http_proxy https_proxy |