aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-01-12 15:35:13 -0800
committerJakob Odersky <jakob@odersky.com>2018-01-12 15:35:13 -0800
commit6995d11ce06ac3ba6ab0fabafd7b0f5b7be8459b (patch)
tree3573b3ec83b088e94714306f653075a74d44575d /debian
parentd11c1c4b8d1cda2b4f3546f76e1832bc09492a48 (diff)
downloadnginx-letsencrypt-6995d11ce06ac3ba6ab0fabafd7b0f5b7be8459b.tar.gz
nginx-letsencrypt-6995d11ce06ac3ba6ab0fabafd7b0f5b7be8459b.tar.bz2
nginx-letsencrypt-6995d11ce06ac3ba6ab0fabafd7b0f5b7be8459b.zip
Make script more robust
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 7079043..05e7178 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Vcs-Git: https://github.com/jodersky/nginx-letsencrypt.git
Package: nginx-letsencrypt
Architecture: all
-Depends: nginx, letsencrypt, ssl-cert, ${misc:Depends}
+Depends: nginx, letsencrypt, openssl, ssl-cert, ${misc:Depends}
Description: Issue certificates by letsencrypt for nginx virtual hosts.
Simplify the process by which letsencrypt certificates are issued for virtual
hosts controlled by nginx.