Skip to content

Commit

Permalink
Solve letsencrypt ssl error
Browse files Browse the repository at this point in the history
For more information watch here : plesk/letsencrypt-plesk#117

Before error was like this : 

```
pkg_resources.ContextualVersionConflict: (cryptography 1.8.1 (/usr/lib/python2.7/site-packages), Requirement.parse('cryptography>=2.1.4'), set(['PyOpenSSL']))
```
  • Loading branch information
kikislater authored Jul 2, 2019
1 parent f47f752 commit 12585db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spcgeonode/letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.6

# 1-2. Install system dependencies
RUN apk add --no-cache certbot
RUN apk add --no-cache certbot py-pip && pip install pyopenssl==16.0.0

# Installing scripts
ADD docker-entrypoint.sh /docker-entrypoint.sh
Expand Down

0 comments on commit 12585db

Please sign in to comment.