diff options
Diffstat (limited to 'community/certbot/letsencrypt-wrapper')
-rw-r--r-- | community/certbot/letsencrypt-wrapper | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/certbot/letsencrypt-wrapper b/community/certbot/letsencrypt-wrapper new file mode 100644 index 0000000000..ef70a969b6 --- /dev/null +++ b/community/certbot/letsencrypt-wrapper @@ -0,0 +1,6 @@ +#!/bin/sh +echo >&2 +echo "Warning: letsencrypt has been renamed in certbot." >&2 +echo "From the next version, this wrapper will be removed." >&2 +echo >&2 +/usr/bin/certbot $@ |