From 373561535ec1a6e76953d779ee7a959228219db5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 Aug 2016 21:13:26 -0400 Subject: [PATCH] simple standalone example --- example-standalone.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example-standalone.bash diff --git a/example-standalone.bash b/example-standalone.bash new file mode 100644 index 0000000..414fb89 --- /dev/null +++ b/example-standalone.bash @@ -0,0 +1,6 @@ +letsencrypt certonly \ + --agree-tos --email john.doe@example.com \ + --standalone \ + --domains example.com,www.example.com \ + --server https://acme-staging.api.letsencrypt.org/directory \ + --config-dir ~/letsencrypt/etc