1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# <bmw> rbasak: while it's not exactly pretty, here's a pretty decent
# one line test that certbot and its plugins and dependencies are
# installed correctly
# <bmw> certbot plugins --prepare | grep -q apache && certbot --help
# nginx | grep -q nginx-ctl
# Changed due to removal of prefix
Test-Command: certbot --help nginx | grep -q "sleep-seconds"
Depends: python3-certbot-nginx
# End to end nginx test
Tests: nginx
Depends: @, pebble, nginx, curl
Restrictions: needs-root, allow-stderr, isolation-container
|