#!/bin/sh

cat <<BANNER
----------------------------------------------------------------------

The nginx-acme for nginx have been installed.
To enable these modules, add the following to /etc/nginx/nginx.conf
and reload nginx:

    load_module modules/ngx_http_acme_module.so;

Please refer to the module documentation for further details:
https://github.com/nginx/nginx-acme/

----------------------------------------------------------------------
BANNER

exit 0
