From 688cb49c0aef1a4d3fdedab54b719717bffcd922 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 Aug 2016 21:14:31 -0400 Subject: [PATCH] standalone --- example-standalone.bash | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/example-standalone.bash b/example-standalone.bash index 414fb89..52ed2a1 100644 --- a/example-standalone.bash +++ b/example-standalone.bash @@ -1,6 +1,8 @@ +#!/bin/bash + letsencrypt certonly \ - --agree-tos --email john.doe@example.com \ + --agree-tos --email coolaj86+le.1010@gmail.com \ --standalone \ - --domains example.com,www.example.com \ + --domains pokemap.hellabit.com,www.pokemap.hellabit.com \ --server https://acme-staging.api.letsencrypt.org/directory \ - --config-dir ~/letsencrypt/etc + --config-dir ~/letsencrypt.test2/etc