mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# $PUBLIC_IP $PRIVATE_IP $PUBLIC_HOSTNAME $BOULDER_URL are dynamically set at execution
|
|
|
|
cd letsencrypt
|
|
# help installs virtualenv and does nothing else
|
|
./letsencrypt-auto -v --debug --help all
|